GitHub user lvfangmin opened a pull request:
https://github.com/apache/zookeeper/pull/701
[ZOOKEEPER-3125] Only patching the pzxid when it's larger than the current
pzxid
This previous fix in #605 has a corner case which might revert the pzxid,
it's being fixed when port to 3.5 in #647, update on master as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3125-Update
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/701.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 #701
----
commit e74895f08a923450e8eb95a81abf0c703d505050
Author: Fangmin Lyu <fangmin@...>
Date: 2018-11-15T00:43:42Z
Only patching the pzxid when it's larger than the current pzxid
----
---