[
https://issues.jboss.org/browse/ISPN-6181?page=com.atlassian.jira.plugin....
]
Martin Vrabel updated ISPN-6181:
--------------------------------
Description:
Page: Caches -> select cache container -> select cache.
Configuration of the cache:
<replicated-cache name="replicatedCacheForStatisticsTesting"
mode="SYNC" remote-timeout="30000" start="EAGER">
<transaction mode="NONE"/>
<eviction strategy="FIFO" size="10"/>
<locking isolation="READ_COMMITTED"
acquire-timeout="30000" concurrency-level="1000"
striping="false"/>
<file-store
path="replicatedCacheForStatisticsTestingFileStore" purge="true"
passivation="true"/>
</replicated-cache>
When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I
insert another 10 entries the number is still 0 but should be 20
was:
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replication cache, 2 nodes in the domain, evictions size=10
When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I
insert another 10 entries the number should be 10 but is 20
# Stores shows incorrect value
------------------------------
Key: ISPN-6181
URL:
https://issues.jboss.org/browse/ISPN-6181
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Martin Vrabel
Page: Caches -> select cache container -> select cache.
Configuration of the cache:
<replicated-cache name="replicatedCacheForStatisticsTesting"
mode="SYNC" remote-timeout="30000" start="EAGER">
<transaction mode="NONE"/>
<eviction strategy="FIFO" size="10"/>
<locking isolation="READ_COMMITTED"
acquire-timeout="30000" concurrency-level="1000"
striping="false"/>
<file-store
path="replicatedCacheForStatisticsTestingFileStore" purge="true"
passivation="true"/>
</replicated-cache>
When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I
insert another 10 entries the number is still 0 but should be 20
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)