Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CURATOR-561 Reset connection after repeat expiry
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
- Loading branch information
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters