]
Martin Gencur commented on ISPN-5972:
-------------------------------------
Pedro/Vladimir, is the #Entries statistics supposed to give the number of entries in the
cache plus cache stores? I believe it currently shows only those in the cache itself. Is
there any option in the console to get the total number (cache + cache stores) ?
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: Pedro Ruivo
Fix For: 9.0.0.Alpha2
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.