[
https://issues.apache.org/jira/browse/ZOOKEEPER-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006918#comment-14006918
]
Rakesh R commented on ZOOKEEPER-1659:
-------------------------------------
Thanks [~fpj], [~shralex] for the comments. Exposes new attribute
LocalPeerMXBean#getQuorumSystemInfo(), which inturn make use of
QuorumVerifier#toString() implementation. Kindly review the latest patch,
Thanks!
Following is the sample value of QuorumHierarchical's QuorumSystemInfo
attribute value:
{code}
server.1=127.0.0.1:12223:12228:participant;0.0.0.0:11233
server.2=127.0.0.1:12224:12229:participant;0.0.0.0:11234
server.3=127.0.0.1:12225:12230:participant;0.0.0.0:11235
server.4=127.0.0.1:12226:12231:participant;0.0.0.0:11236
server.5=127.0.0.1:12227:12232:participant;0.0.0.0:11237
group.1=1:2:3
group.2=4:5
weight.1=1
weight.2=1
weight.3=1
weight.4=0
weight.5=0
version=100000000
{code}
> Add JMX support for dynamic reconfiguration
> -------------------------------------------
>
> Key: ZOOKEEPER-1659
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1659
> Project: ZooKeeper
> Issue Type: Bug
> Components: server
> Affects Versions: 3.5.0
> Reporter: Alexander Shraer
> Assignee: Rakesh R
> Priority: Blocker
> Fix For: 3.5.0
>
> Attachments: ZOOKEEPER-1659.patch, ZOOKEEPER-1659.patch,
> ZOOKEEPER-1659.patch
>
>
> We need to update JMX during reconfigurations. Currently, reconfiguration
> changes are not reflected in JConsole.
--
This message was sent by Atlassian JIRA
(v6.2#6252)