You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/01/17 12:40:14 UTC

[GitHub] alamar commented on a change in pull request #5757: IGNITE-6564 Incorrect calculation size and keySize for cluster cache metrics

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:
users@infra.apache.org


With regards,
Apache Git Services