]
RH Bugzilla Integration commented on ISPN-6125:
-----------------------------------------------
Vaclav Dedik <vdedik(a)redhat.com> changed the Status of [bug
JMX attribute evictions is always zero in Statistics and
ClusterCacheStats MBeans
----------------------------------------------------------------------------------
Key: ISPN-6125
URL:
https://issues.jboss.org/browse/ISPN-6125
Project: Infinispan
Issue Type: Bug
Components: Core, Eviction
Affects Versions: 8.1.1.Final
Reporter: Martin Vrabel
Assignee: Martin Gencur
Fix For: 8.2.0.Beta2, 8.1.2.Final
Description of problem:
Eviction is working because numberOfEntries never exceeds maxEntries. But
"evictions" attribute displays always 0 in JMX.
How reproducible:
Always.
Actual results:
evictions is always 0.
Expected results:
evictions should be the count of evicted entries.
Additional info:
This issue found in both of server and library modes.