reddycharan opened a new pull request #1747: Set ConnectionExpired Listener to MetadataClientDriver in AR URL: https://github.com/apache/bookkeeper/pull/1747 Descriptions of the changes in this PR: - add setConnectionExpiredListener method to MetadataClientDriver interface. - add listener to shutdown AR in the case of metadata connection expiry ### Motivation This commit - 4f0d2a195bd9be3788876b47813cee1440cf005c, has removed the shutdown logic in AutoRecoveryMain incase of ZK client session expiry, with the following reason "which doesn't make any sense for current retryable zookeeper". But if the ZK session has expired then it is not completely correct to let AutoRecoveryMain to continue to run in that state.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
