[ https://issues.apache.org/jira/browse/HBASE-12750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257467#comment-14257467 ]
Hudson commented on HBASE-12750: -------------------------------- SUCCESS: Integrated in HBase-TRUNK #5962 (See [https://builds.apache.org/job/HBase-TRUNK/5962/]) HBASE-12750 getRequestsCount() in ClusterStatus returns total number of request (Weichen Ye) (tedyu: rev 700de7d92c11cb021f025407994080d7704b4759) * hbase-client/src/main/java/org/apache/hadoop/hbase/ClusterStatus.java > getRequestsCount() in ClusterStatus returns total number of request > ------------------------------------------------------------------- > > Key: HBASE-12750 > URL: https://issues.apache.org/jira/browse/HBASE-12750 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 2.0.0, 0.98.6 > Reporter: Weichen Ye > Assignee: Weichen Ye > Fix For: 2.0.0, 0.98.10, 1.1.0 > > Attachments: HBASE-12750.patch > > > getRequestsCount() is a function in org.apache.hadoop.hbase.ClusterStatus in > HBase Client compoent. The comment says that it is for us to get the number > of requests since last report, but the code inside this function return the > number of requests since region server start. > Here we should change the code > count += e.getValue().getTotalNumberOfRequests(); > to > count += e.getValue().getNumberOfRequests(); -- This message was sent by Atlassian JIRA (v6.3.4#6332)