GitHub user lvfangmin opened a pull request:
https://github.com/apache/zookeeper/pull/631
[ZOOKEEPER-3127][branch-3.5] Fixing potential data inconsistency due to
update last processed zxid with partial multi-op txn
Port the same fix to 3.5.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3127-3.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/631.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 #631
----
commit 6fdda317494003d1eedaad223ac9f2f1a93082dd
Author: Fangmin Lyu <allenlyu@...>
Date: 2018-09-05T20:35:38Z
ZOOKEEPER-3127: Fixing potential data inconsistency due to update last
processed zxid with partial multi-op txn
Author: Fangmin Lyu <[email protected]>
Reviewers: Benjamin Reed <[email protected]>, Michael Han <[email protected]>
Closes #606 from lvfangmin/ZOOKEEPER-3127
----
---