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/17 06:42:00 UTC

[jira] [Updated] (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:all-tabpanel ]

May updated ZOOKEEPER-4497:
---------------------------
    Description: 
# 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

  was:
# client connects to node ZK1;
# client create an ephemeral znode "/eph"
# client close the session;
# ZK1 crashes before sending closing session request  to leader
# the ephemeral znode "/eph" leaves in the cluster


> 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
>            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



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