[ 
https://issues.apache.org/jira/browse/HBASE-10587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910726#comment-13910726
 ] 

Hudson commented on HBASE-10587:
--------------------------------

SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #168 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/168/])
HBASE-10587 Master metrics clusterRequests is wrong (jxiang: rev 1571357)
* 
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterMetrics.java


> Master metrics clusterRequests is wrong
> ---------------------------------------
>
>                 Key: HBASE-10587
>                 URL: https://issues.apache.org/jira/browse/HBASE-10587
>             Project: HBase
>          Issue Type: Bug
>          Components: master, metrics
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Minor
>             Fix For: 0.96.2, 0.98.1, 0.99.0
>
>         Attachments: hbase-10587.patch
>
>
> In the master jmx, metrics clusterRequests increases so fast. Looked into the 
> code and found the calculation is a little bit wrong. It's a counter. 
> However, for each region server report, the total number of requests is added 
> to clusterRequests. That means it's added multiple times.



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

Reply via email to