GitHub user mkedwards opened a pull request:
https://github.com/apache/zookeeper/pull/718
ZOOKEEPER-1818: Correctly handle potentially inconsistent
zxid/electionEpochâ¦
⦠and peerEpoch during leader election. (This is Fangmin's patch, I'm
just firing off a CI build against current master.) See #714 for the backport
to branch-3.5.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkedwards/zookeeper ZOOKEEPER-1818-for-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/718.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 #718
----
commit 73250fad37d5c1f461a0a60e7ed88c710b1b3c96
Author: Fangmin Lyu <fangmin@...>
Date: 2018-11-15T17:46:51Z
Correctly handle potential inconsitent zxid/electionEpoch and peerEpoch
during leader election
----
---