[infinispan-issues] [JBoss JIRA] (ISPN-5972) Number of entries not working correctly in cache statistics in mgmt console
Jiří Holuša (JIRA)
issues at jboss.org
Thu Nov 19 10:39:01 EST 2015
Jiří Holuša created ISPN-5972:
---------------------------------
Summary: Number of entries not working correctly in cache statistics in mgmt console
Key: ISPN-5972
URL: https://issues.jboss.org/browse/ISPN-5972
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 8.1.0.Beta1
Reporter: Jiří Holuša
Assignee: Vladimir Blagojevic
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replicated cache, 2 nodes in the domain
In the "Cache content" tab, there is a field "# Entries" which should probably show number of entries in the cache. When I put 100 entries in the cache, this field shows 200. Given that it's replicated cache, I think what's happening is that it shows numberOfNodes*numberOfEntries, because when I try to put 100 entries with 3 nodes in the domain, the "# Entries" shows 300.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list