]
Vladimir Blagojevic commented on ISPN-5242:
-------------------------------------------
Apologies. I was not right about elapsedTime. We have elapsed time in cache stats -
timeSinceStart :-)
Minor inconsistencies between local-cache and clustered-cache
statistics
------------------------------------------------------------------------
Key: ISPN-5242
URL:
https://issues.jboss.org/browse/ISPN-5242
Project: Infinispan
Issue Type: Bug
Affects Versions: 7.1.0.Final
Reporter: Martin Gencur
Priority: Minor
There are some inconsistencies among MBeans for local and clustered cache:
1)
* local-cache stats: timeSinceReset, elapsedTime
* cluster-cache stats name: timeSinceStart (NO timeSinceReset or elapsedTime stats here)
2) cluster cache now has some statistics that are not available for local cache:
CacheLoaderLoads, CacheLoaderMisses, etc. I'm not sure but maybe it would be better
to have this consistent.