]
Tristan Tarrant commented on ISPN-9730:
---------------------------------------
We could also show per segment stats as a clustered statistic (size of each segment)
Expose the segment allocation in JMX
------------------------------------
Key: ISPN-9730
URL:
https://issues.jboss.org/browse/ISPN-9730
Project: Infinispan
Issue Type: Feature Request
Affects Versions: 9.4.1.Final
Reporter: Dan Berindei
Priority: Major
Currently the {{RpcManager}} MBean only exposes the list of members in the
"committed view" (i.e. the current CH) and the "pending view" (i.e.
the pending CH), and both show only the node names, so restoring the CH from it is
impossible.
The {{DistributionManager}} MBean should expose the number of segments allocated to each
node in the read CH and in the write CH. We should expose the persistent UUIDs as well, so
that we have all the information necessary to recreate the CH in a development environment
and check the mapping of individual keys.