[
https://issues.apache.org/jira/browse/ZOOKEEPER-3203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16736102#comment-16736102
]
Hudson commented on ZOOKEEPER-3203:
-----------------------------------
SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #177 (See
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/177/])
ZOOKEEPER-3203: Tracking the number of non voting followers in ZK (andor: rev
9e309557c02315344d6b39012ff4c9633b54c3d3)
* (edit)
zookeeper-server/src/main/java/org/apache/zookeeper/server/command/MonitorCommand.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/Leader.java
* (edit)
zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/LeaderBeanTest.java
* (edit)
zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/LeaderBean.java
* (edit)
zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/LeaderMXBean.java
> Tracking and exposing the non voting followers in ZK
> ----------------------------------------------------
>
> Key: ZOOKEEPER-3203
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3203
> Project: ZooKeeper
> Issue Type: Improvement
> Components: server
> Reporter: Fangmin Lv
> Assignee: Fangmin Lv
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.6.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The current synced_followers metric reports all the forwarding followers,
> including non-voting ones.
> We found it's useful to track how many servers are following leader in
> non-voting mode, so that we can identify issues like servers following but
> not issuing reconfig. This JIRA is going to add a separate metric to report
> the number of non-voting members.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)