[infinispan-issues] [JBoss JIRA] (ISPN-6181) # Stores shows incorrect value
Pedro Zapata (JIRA)
issues at jboss.org
Mon Feb 15 08:50:00 EST 2016
[ https://issues.jboss.org/browse/ISPN-6181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pedro Zapata reassigned ISPN-6181:
----------------------------------
Assignee: Vladimir Blagojevic
> # 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
> Assignee: Vladimir Blagojevic
>
> 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)
More information about the infinispan-issues
mailing list