Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.94.15
-
None
-
Reviewed
-
Changed request counts metric type from int to long.
Description
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.