Matteo Bertozzi created HBASE-10586:
---------------------------------------
Summary: hadoop2-compat IPC metric registred twice
Key: HBASE-10586
URL: https://issues.apache.org/jira/browse/HBASE-10586
Project: HBase
Issue Type: Bug
Components: metrics
Affects Versions: 0.96.1.1, 0.98.0
Reporter: Matteo Bertozzi
Assignee: Matteo Bertozzi
Fix For: 0.96.2, 0.98.1, 0.99.0
Attachments: HBASE-10586-v0.patch
There is an extra snapshot/addrecord line in hadoop2-compat
MetricsHBaseServerSourceImpl resulting in IPC metrics with a ".1"
the extra line is not present in the hadoop1-compat "mirror"
{code}
"numCallsInGeneralQueue.1" : 0,
"numCallsInReplicationQueue.1" : 0,
"numCallsInPriorityQueue.1" : 0,
...
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)