[
https://issues.apache.org/jira/browse/HBASE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082295#comment-13082295
]
subramanian raghunathan commented on HBASE-3807:
------------------------------------------------
Also modifying the debug log in LruBlockCache since theres duplicate
percentages{%%} in cachingHitsRatio & hitRatio
2011-08-09 11:39:52,227 DEBUG org.apache.hadoop.hbase.io.hfile.LruBlockCache:
LRU Stats: total=960.27 KB, free=198.75 MB, max=199.69 MB, blocks=2,
accesses=19, hits=17, {color:red}hitRatio=89.47%%{color}, cachingAccesses=19,
cachingHits=17, {color:red}cachingHitsRatio=89.47%%{color}, evictions=0,
evicted=0, evictedPerRun=NaN
after fix
2011-08-10 10:58:59,062 DEBUG org.apache.hadoop.hbase.io.hfile.LruBlockCache:
LRU Stats: total=1.65 MB, free=197.53 MB, max=199.18 MB, blocks=4, accesses=83,
hits=79, {color:green}hitRatio=95.18%{color}, cachingAccesses=83,
cachingHits=79, {color:green}cachingHitsRatio=95.18%{color}, evictions=0,
evicted=0, evictedPerRun=NaN
> Fix units in RS UI metrics
> --------------------------
>
> Key: HBASE-3807
> URL: https://issues.apache.org/jira/browse/HBASE-3807
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.94.0
>
>
> Currently the metrics are a mix of MB and bytes. Its confusing.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira