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)