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

   <i><a 
href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=randgalt";>randgalt</a>:</i>
   <p>This is not a bug. The PersistentEphemeralNode is started before there is 
a successful connection. Further, the RetryPolicy is RetryOneTime(1) and 
timing.session() is 2. So, the PersistentEphemeralNode node creation is failing 
before the connection succeeds causing a LOST message to (correctly) get sent. 
</p>
   
   <p>Change the retry policy to something reasonable or make the session 
timeout longer and CONNECT is received first.</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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to