I have a distributed IMap
(exposed through a JCache
implementation). When I access it, I get the data of the requesting member. I wish to see the state of this dataset in other members in order to debug consistency corruption scenarios such as stale data in one of the nodes, and so on.
I would also like to explore other recommended practices to monitor the data consistency across the cluster.
Thanks.