[
https://issues.apache.org/jira/browse/HBASE-10587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910769#comment-13910769
]
Hudson commented on HBASE-10587:
--------------------------------
SUCCESS: Integrated in hbase-0.96 #311 (See
[https://builds.apache.org/job/hbase-0.96/311/])
HBASE-10587 Master metrics clusterRequests is wrong (jxiang: rev 1571358)
*
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
*
/hbase/branches/0.96/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)