scott-kirk opened a new pull request #400:
URL: https://github.com/apache/curator/pull/400


   If there is a problem posting the Expired KeeperState
   during a session expiration, then the ZooKeeper event
   thread will die without ever posting the Expired event.
   This would then cause curator to keep trying to expire
   the connection but it does nothing because the connection
   is dead and no events will ever be posted.
   
   This can be prevented by forcibly resetting the connection
   if it's detected that the previous expiry had no effect
   
   Same as #399, but from a different fork


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