GitHub user lvfangmin opened a pull request:
https://github.com/apache/zookeeper/pull/606
[ZOOKEEPER-3127] Fixing potential data inconsistency due to update last
processed zxid with partial multi-op txn
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3127
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/606.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 #606
----
commit 750e14f5edf6f0244662bb3224dcf8dfab2df91b
Author: Fangmin Lyu <allenlyu@...>
Date: 2018-08-23T06:49:00Z
Fixing potential data inconsistency due to update last processed zxid with
partial multi-op txn
----
---