GitHub user lvfangmin opened a pull request:
https://github.com/apache/zookeeper/pull/647
ZOOKEEPER-3125: Fixing pzxid consistent issue when replaying a txn for a
deleted node
Port this to 3.5, this also fixed the issue where the pzxid might be
overwritten by a smaller one when replaying deleteNode txn, which will be fixed
in a separate PR for 3.6.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3125-3.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/647.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 #647
----
commit 90ef67cf79c0eaec4b8b3389a8711cce8ba25255
Author: Fangmin Lyu <allenlyu@...>
Date: 2018-09-12T11:29:13Z
ZOOKEEPER-3125: Fixing pzxid consistent issue when replaying a txn for a
deleted node
Author: Fangmin Lyu <[email protected]>
Reviewers: [email protected], [email protected]
Closes #605 from lvfangmin/ZOOKEEPER-3125
----
---