You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Fuud (JIRA)" <ji...@apache.org> on 2017/03/30 08:52:41 UTC

[jira] [Created] (CASSANDRA-13393) Invalid row cache size (in MB) is reported by JMX and NodeTool

Fuud created CASSANDRA-13393:
--------------------------------

             Summary: Invalid row cache size (in MB) is reported by JMX and NodeTool
                 Key: CASSANDRA-13393
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13393
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Fuud
            Priority: Minor


Row Cache size is reported in entries but should be reported in bytes (as KeyCache do).
It happens because incorrect OHCProvider.OHCacheAdapter.weightedSize method. Currently it returns cache size but should return ohCache.memUsed()



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)