GitHub user lvfangmin opened a pull request: https://github.com/apache/zookeeper/pull/588
[ZOOKEEPER-3109] Avoid long unavailable time due to voter changed mind during leader election For more details, please check descriptions in https://issues.apache.org/jira/browse/ZOOKEEPER-3109 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3109 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/588.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #588 ---- commit 9611393b3d4d9e1a0327a5b8bf678e526c7fc5a7 Author: Fangmin Lyu <allenlyu@...> Date: 2018-08-01T22:49:57Z Avoid long unavailable time due to voter changed mind when activating the leader during election ---- ---