]
Pedro Zapata commented on ISPN-5972:
------------------------------------
The console is displaying clusterwide-number-of-entries instead of number-of-entries.
That's probably the problem.
[domain@localhost:9990 cache-container=clustered] cd replicated-cache=myrepl
[domain@localhost:9990 replicated-cache=myrepl] ls
...
clusterwide-misses=1000
clusterwide-number-of-entries=2000
number-of-entries=1000
clusterwide-stores=1000
...
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.