GitHub user lvfangmin opened a pull request: https://github.com/apache/zookeeper/pull/583
[ZOOKEEPER-3104] Fix data inconsistency due to NEWLEADER being sent too early You can merge this pull request into a Git repository by running: $ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3104 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/583.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 #583 ---- commit 8f181934cecb07350c5b1b50b00f460ad071af6c Author: Fangmin Lyu <allenlyu@...> Date: 2018-07-25T16:48:38Z Fix potential data inconsistency due to NEWLEADER packet being sent too early during SNAP sync ---- ---