You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by rakeshadr <gi...@git.apache.org> on 2017/07/03 11:08:04 UTC

[GitHub] zookeeper pull request #112: ZOOKEEPER-2355:Ephemeral node is never deleted ...

Github user rakeshadr commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/112#discussion_r125264767
  
    --- Diff: src/java/main/org/apache/zookeeper/server/quorum/Learner.java ---
    @@ -390,6 +391,7 @@ else if (qp.getType() == Leader.SNAP) {
                                 + Long.toHexString(qp.getZxid()));
                         System.exit(13);
                     }
    +                zk.getZKDatabase().setlastProcessedZxid(qp.getZxid());
    --- End diff --
    
    @hanm, Do we have any issue created to handle this case, if not please create one for tracking this change. Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---