You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "deepankar (JIRA)" <ji...@apache.org> on 2014/03/01 00:38:23 UTC

[jira] [Created] (HBASE-10645) Fix wrapping of Requests Counts Regionserver level metrics

deepankar created HBASE-10645:
---------------------------------

             Summary: Fix wrapping of Requests Counts Regionserver level metrics 
                 Key: HBASE-10645
                 URL: https://issues.apache.org/jira/browse/HBASE-10645
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.94.15
            Reporter: deepankar
            Priority: Trivial


For aggregating the metrics from all of its regions HRegionServer is using int,
while the underlying region level metrics use long. Due to this they get wrapped around giving out negative values if the regionserver is not restarted for a long time.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)