[
https://issues.apache.org/jira/browse/CASSANDRA-13393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960390#comment-15960390
]
Fuud commented on CASSANDRA-13393:
----------------------------------
Patch:
https://github.com/apache/cassandra/pull/105
> 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
> 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)