You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2019/07/15 23:11:00 UTC

[jira] [Commented] (ZOOKEEPER-3459) Add admin command to display synced state of peer

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

Hudson commented on ZOOKEEPER-3459:
-----------------------------------

SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #451 (See [https://builds.apache.org/job/Zookeeper-trunk-single-thread/451/])
ZOOKEEPER-3459: Add admin command to display synced state of peer (nkalmar: rev cc900a3b05bc31a237753680c8b00dc5866df4b2)
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/QuorumZooKeeperServer.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/Observer.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/Leader.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/Learner.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/Commands.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/Follower.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/QuorumPeer.java


> Add admin command to display synced state of peer
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-3459
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3459
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 3.6.0
>            Reporter: Brian Nixon
>            Assignee: Brian Nixon
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 3.6.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Add another command to the admin server that will respond with the current phase of the Zab protocol that a given peer is running. This will help with understanding what is going on in an ensemble while it is settling after a leader election and with programmatically checking for a healthy "broadcast" state.
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)