Jimmy Xiang created HBASE-10587:
-----------------------------------
Summary: 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
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)