karanmehta93 opened a new pull request #2450: URL: https://github.com/apache/bookkeeper/pull/2450
Descriptions of the changes in this PR: ### Motivation Currently, we wait for `sessionTimeoutMs` before initiating a new zk cnxn. Session expiry is recevied only when zk quprum is in a healthy state and can acquire a quorum to expire a session. All other connection loss retries happen at zk client library transparently. There is not much benefit waiting at BK client level. ### Changes Updated the values for backoff and maxbackoff to 0 seconds. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
