You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Jordan Zimmerman (JIRA)" <ji...@apache.org> on 2015/04/19 19:53:58 UTC

[jira] [Assigned] (CURATOR-202) LeaderSelector node is not removed on connection loss if reconnected to the same session

     [ https://issues.apache.org/jira/browse/CURATOR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Zimmerman reassigned CURATOR-202:
----------------------------------------

    Assignee: Jordan Zimmerman

> LeaderSelector node is not removed on connection loss if reconnected to the same session
> ----------------------------------------------------------------------------------------
>
>                 Key: CURATOR-202
>                 URL: https://issues.apache.org/jira/browse/CURATOR-202
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Recipes
>    Affects Versions: 2.7.1
>            Reporter: Sergey Serebryanik
>            Assignee: Jordan Zimmerman
>            Priority: Minor
>             Fix For: 2.7.2
>
>
> Leader selection fails when connection is lost but restored before session timed out.
> TC:
> * the client looses connection to the zookeeper server
> * the client looses leadership
> * the client reconnects to the zookeeper server using the same session
> * the leader node wasn't deleted because the connection was not available on deleteOurPath() call, and because the client had reconnected to the same session, so the ephemeral node wasn't deleted by zookeeper
> * the client creates the new node
> * no one is the leader because the old leader node stays forever.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)