alamar commented on a change in pull request #5757: IGNITE-6564 Incorrect 
calculation size and keySize for cluster cache metrics
URL: https://github.com/apache/ignite/pull/5757#discussion_r248652536
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheMetricsImpl.java
 ##########
 @@ -1042,9 +1034,7 @@ public EntriesStatMetrics getEntriesStat() {
         stat.offHeapPrimaryEntriesCount(offHeapPrimaryEntriesCnt);
         stat.offHeapBackupEntriesCount(offHeapBackupEntriesCnt);
         stat.heapEntriesCount(heapEntriesCnt);
-        stat.size(size);
 
 Review comment:
   Why do we do that?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to