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

[jira] [Updated] (CASSANDRA-13393) Fix weightedSize() for row-cache reported by JMX and NodeTool

     [ https://issues.apache.org/jira/browse/CASSANDRA-13393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp updated CASSANDRA-13393:
-------------------------------------
    Summary: Fix weightedSize() for row-cache reported by JMX and NodeTool  (was: Invalid row cache size (in MB) is reported by JMX and NodeTool)

> Fix weightedSize() for row-cache 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
>              Labels: lhf
>
> 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)