mingyen066 commented on code in PR #16680: URL: https://github.com/apache/kafka/pull/16680#discussion_r1691215301
########## clients/src/main/java/org/apache/kafka/clients/ClusterConnectionStates.java: ########## @@ -42,7 +42,7 @@ final class ClusterConnectionStates { static final int CONNECTION_SETUP_TIMEOUT_EXP_BASE = 2; static final double CONNECTION_SETUP_TIMEOUT_JITTER = 0.2; private final Map<String, NodeConnectionState> nodeState; - private final Logger log; + private static final Logger log; Review Comment: Thanks for finding the bug. This is the case that I shouldn't change the logger to static. I have completed the code updates with different approach and also written the methodology and criteria used to PR message. PTAL. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org