Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
0.94.4
-
None
-
None
Description
when a region is closed, the region level dynamic metrics "numericPersistentMetrics" are cleared for all regions on the same region servers. It is OK for numericMetrics and timeVaryingMetrics. But not right for numericPersistentMetrics, because those value are accumulated and not be reset at poll time. To keep the right value, only the metrics for the closed region should be cleared, numericPersistentMetrics for other regions should be kept.
Attachments
Issue Links
- Is contained by
-
HBASE-7818 add region level metrics readReqeustCount and writeRequestCount
- Closed
- is related to
-
HBASE-5862 After Region Close remove the Operation Metrics.
- Closed