[infinispan-issues] [JBoss JIRA] (ISPN-5972) Number of entries not working correctly in cache statistics in mgmt console

Pedro Zapata (JIRA) issues at jboss.org
Tue May 3 10:22:00 EDT 2016


    [ https://issues.jboss.org/browse/ISPN-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200340#comment-13200340 ] 

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 at localhost:9990 cache-container=clustered] cd replicated-cache=myrepl
[domain at 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.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list