jira-importer commented on issue #524:
URL: https://github.com/apache/curator/issues/524#issuecomment-2604690529

   <i><a 
href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=abranzyck";>abranzyck</a>:</i>
   <p>As far as I see, they are both problems with an unexpected exit condition 
in the Leader Election recipes, which are both based on InterProcessMutex. On 
both cases there is an ephemeral node that is not being handled by any thread 
but it is linked to one of the existing sessions. This ephemeral node blocks 
the election process. The proposed solution of cleaning up old ephemeral nodes 
linked to the session after a reconnection could solved both problems (at least 
in my opinion).</p>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@curator.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to