[infinispan-issues] [JBoss JIRA] (ISPN-10662) Metrict for evictions does not count entries but memory bytes if <off-heap> is used
Wolf-Dieter Fink (Jira)
issues at jboss.org
Wed Sep 25 10:59:00 EDT 2019
Wolf-Dieter Fink created ISPN-10662:
---------------------------------------
Summary: Metrict for evictions does not count entries but memory bytes if <off-heap> is used
Key: ISPN-10662
URL: https://issues.jboss.org/browse/ISPN-10662
Project: Infinispan
Issue Type: Bug
Reporter: Wolf-Dieter Fink
Assignee: Will Burns
Configuration with off-heap
<cache-container name="clustered" default-cache="ExpirationCache" statistics="true">
<transport lock-timeout="60000"/>
<global-state/>
<distributed-cache name="ExpirationCache">
<memory>
<off-heap eviction="COUNT" size="120"/>
</memory>
</distributed-cache>
Any eviction will increase the counter evictions not by 1 for entry but by a value which seems the amount of bytes.
<object> or <binary> configuration work as expected
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list