]
Galder Zamarreño updated ISPN-5244:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Verify container and cluster-wide cache stats
---------------------------------------------
Key: ISPN-5244
URL:
https://issues.jboss.org/browse/ISPN-5244
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 7.1.1.Final
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Priority: Minor
Fix For: 7.2.0.Beta1, 7.2.0.Final
In container cache stats we sometimes blindly aggregate cache stats which can lead to
unusual results in some specific situations. For example, we add numberOfEntries across
all caches but numberOfEntries stat for caches is initialized with value of -1. Therefore
adding such values results in negative total numberOfEntries for container stats which
users will confuse users.