StevenLuMT commented on code in PR #3393: URL: https://github.com/apache/bookkeeper/pull/3393#discussion_r917359753
########## bookkeeper-server/src/main/java/org/apache/bookkeeper/zookeeper/ZooKeeperClient.java: ########## @@ -351,6 +352,7 @@ public void process(WatchedEvent event) { private void onExpired() { if (closed.get()) { // we don't schedule any tries if the client is closed. + logger.info("we don't schedule any tries if the client is closed"); Review Comment: updated -- 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: issues-unsubscr...@bookkeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org