[
https://issues.apache.org/jira/browse/HBASE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082296#comment-13082296
]
subramanian raghunathan commented on HBASE-3807:
------------------------------------------------
Removing the unused code for determining time elapsed in RegionServerMetrics :
int seconds = (int)((System.currentTimeMillis() - this.lastUpdate)/1000);
if (seconds == 0) {
seconds = 1;
}
Will upload the patch ASAP
> 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