You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "May (Jira)" <ji...@apache.org> on 2022/03/28 12:43:00 UTC

[jira] [Commented] (ZOOKEEPER-4497) Crash before closing session makes an ephemeral znode leave in ZooKeeper

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17513349#comment-17513349 ] 

May commented on ZOOKEEPER-4497:
--------------------------------

Sorry, it's not a bug.

> Crash before closing session makes an ephemeral znode leave in ZooKeeper
> ------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-4497
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4497
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.6.3
>            Reporter: May
>            Priority: Major
>
> # client connects to node ZK1;
> # client creates an ephemeral znode "/eph"
> # client closes the session;
> # ZK1 crashes before sending closing session request  to leader
> # the ephemeral znode "/eph" leaves in the cluster
> Since ZK1 is down, the cluster should clean up sessions that connect to ZK1.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)