Arshad Mohammad created ZOOKEEPER-2130:
------------------------------------------
Summary: Command to get ensemble summary
Key: ZOOKEEPER-2130
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2130
Project: ZooKeeper
Issue Type: New Feature
Reporter: Arshad Mohammad
Priority: Minor
Fix For: 3.6.0
It is good to have a command which can give complete summary of zookeeper
ensemble. Ensemble summary should give information about who is leader, which
are followers, observers and clients.
Example:
{code}
Leader:
192.168.1.2:2181
Followers:
192.168.1.3:2181
192.168.1.4:2181
192.168.1.5:2181
Observers:
192.168.1.6:2181
Clients:
192.168.1.7
192.168.1.8
192.168.1.9
{code}
After getting this summary, existing commands can be used to get detailed info
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)