You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by lvfangmin <gi...@git.apache.org> on 2018/11/15 00:47:18 UTC

[GitHub] zookeeper pull request #701: [ZOOKEEPER-3125] Only patching the pzxid when i...

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 <fa...@...>
Date:   2018-11-15T00:43:42Z

    Only patching the pzxid when it's larger than the current pzxid

----


---