You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Belyak (JIRA)" <ji...@apache.org> on 2017/10/05 05:56:00 UTC

[jira] [Created] (IGNITE-6559) Wrong JMX CacheClusterMetrics

Alexander Belyak created IGNITE-6559:
----------------------------------------

             Summary: Wrong JMX CacheClusterMetrics
                 Key: IGNITE-6559
                 URL: https://issues.apache.org/jira/browse/IGNITE-6559
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexander Belyak


In JMX org.apache.<CL_ID>.<InstanceName>.<CacheName>.org.apache.ignite.internal.processors.cache.CacheClusterMetrics I see:
1) same values as in CacheLocalMetrics: same Size, KeySize (cluster metrics must represent cluster wide numbers, right?)
2) zero in CacheClusterMetrics.TotalPartitionsCount (must contain real partitions count in cluster) and cacheContiguration.partitions in CacheLocalmetrics.TotalPartitionsCount (must contain real partitions count, owning by local node)
3) zero in all rebalancing* keys in CacheClusterMetrics




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)