Jeffrey Zhong created HBASE-8263:
------------------------------------

             Summary: Master LogSplitting metrics update wrong counters
                 Key: HBASE-8263
                 URL: https://issues.apache.org/jira/browse/HBASE-8263
             Project: HBase
          Issue Type: Bug
          Components: metrics
            Reporter: Jeffrey Zhong
            Assignee: Jeffrey Zhong
            Priority: Minor
             Fix For: 0.95.1


Wrong counters are updated as you can see in 
MetricsMasterSourceImpl.java#init() 

{code}
    splitTimeHisto = metricsRegistry.newHistogram(SPLIT_SIZE_NAME, 
SPLIT_SIZE_DESC);
    splitSizeHisto = metricsRegistry.newHistogram(SPLIT_TIME_NAME, 
SPLIT_TIME_DESC);
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to