[
https://issues.apache.org/jira/browse/HADOOP-15339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414241#comment-16414241
]
Hudson commented on HADOOP-15339:
---------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #13878 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13878/])
HADOOP-15339. Support additional key/value propereties in JMX bean (xyao: rev
22194f3d21fd28b97c6197a8dd1917d3d23d7cc8)
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/util/MBeans.java
* (add)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/util/TestMBeans.java
* (add)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/util/DummyMXBean.java
> Support additional key/value propereties in JMX bean registration
> -----------------------------------------------------------------
>
> Key: HADOOP-15339
> URL: https://issues.apache.org/jira/browse/HADOOP-15339
> Project: Hadoop Common
> Issue Type: Improvement
> Components: common
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Major
> Fix For: 3.2.0
>
> Attachments: HADOOP-15339.001.patch, HADOOP-15339.002.patch,
> HADOOP-15339.003.patch
>
>
> org.apache.hadoop.metrics2.util.MBeans.register is a utility function to
> register objects to the JMX registry with a given name prefix and name.
> JMX supports any additional key value pairs which could be part the the
> address of the jmx bean. For example:
> _java.lang:type=MemoryManager,name=CodeCacheManager_
> Using this method we can query a group of mbeans, for example we can add the
> same tag to similar mbeans from namenode and datanode.
> This patch adds a small modification to support custom key value pairs and
> also introduce a new unit test for MBeans utility which was missing until now.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]