You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Arshad Mohammad (JIRA)" <ji...@apache.org> on 2015/03/17 10:45:38 UTC

[jira] [Updated] (ZOOKEEPER-2130) Command to get ensemble summary

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arshad Mohammad updated ZOOKEEPER-2130:
---------------------------------------
    Description: 
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}

{code}

After getting this summary, existing commands can be used to get detailed info



  was:
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




> 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}
> {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)