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/09/11 23:38:58 UTC

[GitHub] zookeeper pull request #621: [ZOOKEEPER-3144] Fix potential ephemeral nodes ...

GitHub user lvfangmin opened a pull request:

    https://github.com/apache/zookeeper/pull/621

    [ZOOKEEPER-3144] Fix potential ephemeral nodes inconsistent due to global session inconsistent with fuzzy snapshot

    There is a race condition between update the lastProcessedZxid and the actual session change in DataTree, which could cause global session inconsistent, which then could cause ephemeral inconsistent. 
    
    For more details, please check the description in JIRA ZOOKEEPER-3144.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3144

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/621.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 #621
    
----
commit 55427c045c23e9a06db0ceae2739a1a351e9b60b
Author: Fangmin Lyu <al...@...>
Date:   2018-09-11T23:36:18Z

    Fix potential ephemeral nodes inconsistent due to global session inconsistent with fuzzy snapshot

----


---

[GitHub] zookeeper pull request #621: [ZOOKEEPER-3144] Fix potential ephemeral nodes ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zookeeper/pull/621


---

[GitHub] zookeeper issue #621: [ZOOKEEPER-3144] Fix potential ephemeral nodes inconsi...

Posted by lvfangmin <gi...@git.apache.org>.
Github user lvfangmin commented on the issue:

    https://github.com/apache/zookeeper/pull/621
  
    @hanm rebased onto latest.


---