You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2021/11/03 18:52:51 UTC

[GitHub] [curator] scott-kirk opened a new pull request #399: [CURATOR-561] Reset connection after repeat expiry

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


   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


-- 
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-unsubscribe@curator.apache.org

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



[GitHub] [curator] scott-kirk closed pull request #399: [CURATOR-561] Reset connection after repeat expiry

Posted by GitBox <gi...@apache.org>.
scott-kirk closed pull request #399:
URL: https://github.com/apache/curator/pull/399


   


-- 
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-unsubscribe@curator.apache.org

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



[GitHub] [curator] scott-kirk commented on pull request #399: [CURATOR-561] Reset connection after repeat expiry

Posted by GitBox <gi...@apache.org>.
scott-kirk commented on pull request #399:
URL: https://github.com/apache/curator/pull/399#issuecomment-960895498


   @cammckenzie I need to close this and re-open from a different fork, apologies for the inconvenience. New PR will be this commit cherry-picked at least.


-- 
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-unsubscribe@curator.apache.org

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