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

Hudson commented on HBASE-12328:
--------------------------------

SUCCESS: Integrated in HBase-TRUNK #5695 (See 
[https://builds.apache.org/job/HBase-TRUNK/5695/])
HBASE-12328 Need to separate JvmMetrics for Master and RegionServer (Sanghyun 
Yun) (stack: rev 31c185aad5a4e17e7faecfba4b11ef3ce12f10f4)
* 
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceFactory.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcMetrics.java
* 
hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceFactoryImpl.java


> Need to separate JvmMetrics for Master and RegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-12328
>                 URL: https://issues.apache.org/jira/browse/HBASE-12328
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Sanghyun Yun
>            Priority: Minor
>             Fix For: 2.0.0, 0.99.2
>
>         Attachments: HBASE-12328.2.patch, HBASE-12328.patch
>
>
> tag.ProcessName of JvmMetrics is "IPC".
> It is same both Master and RegionServer.
> {code:title=HBase(Master and RegionServer)'s Metrics Dump}
> ...
> "name": "Hadoop:service=HBase,name=JvmMetrics",
> "modelerType": "JvmMetrics",
> "tag.Context": "jvm",
> "tag.ProcessName": "IPC",
> "tag.SessionId": "",
> ...
> {code}
> When I use HBase with Ganglia,
> I wrote tagsForPrefix.jvm=ProcessName in hadoop-metrics2-hbase.properties.
> {code:title=hadoop-metrics2-hbase.properties}
> ...
> *.sink.ganglia.class=org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
> hbase.sink.ganglia.tagsForPrefix.jvm=ProcessName
> ...
> {code}
> But, Ganglia generate only one RRD file because tag.ProcessName is "IPC" both 
> Master and Regionserver.
> I think it need to separate JvmMetrics for Master and RegionServer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to