[infinispan-issues] [JBoss JIRA] (ISPN-7359) Allow cache statuses to be retrieved by profile and at the container level
Ryan Emerson (JIRA)
issues at jboss.org
Mon Jan 16 09:23:00 EST 2017
Ryan Emerson created ISPN-7359:
----------------------------------
Summary: Allow cache statuses to be retrieved by profile and at the container level
Key: ISPN-7359
URL: https://issues.jboss.org/browse/ISPN-7359
Project: Infinispan
Issue Type: Enhancement
Components: JMX, reporting and management, Server
Affects Versions: 9.0.0.Beta1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Currently to get the status of a cache, it's necessary to perform the following DMR request on a host/server that contains the cache:
`/host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=container/distributed-cache=default:read-attribute(name=cache-availability)`
This is acceptable when the status of only a few cache's is required, however this can result in many management requests from the console etc if a container contains many cache's. Therefore we should expose a method at the profile level, that retrieves the status of all cache's within a given container. For example:
`profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:get-cache-statuses()`
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list