Description of problem: Eviction is working because numberOfEntries never exceeds maxEntries. But "evictions" attribute displays always 0 in JMX. Version-Release number of selected component (if applicable): JDG 6.5.1 (Infinispan 6.3.1.Final-redhat-1) How reproducible: Always. Steps to Reproduce: 1. Set eviction like <eviction strategy="LRU" max-entries="10"/> in a JDG server. 2. Put entries more than the max-entries. 3. Check Statistics.evictions and ClusterCacheStats.evictions of the cache in JConsole. 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.
Martin Gencur <mgencur> updated the status of jira ISPN-6125 to Coding In Progress
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.