ijuma commented on code in PR #14799:
URL: https://github.com/apache/kafka/pull/14799#discussion_r1404471013


##########
clients/src/main/java/org/apache/kafka/clients/NetworkClient.java:
##########
@@ -855,10 +855,11 @@ private void 
handleTimedOutConnections(List<ClientResponse> responses, long now)
         List<String> nodes = 
connectionStates.nodesWithConnectionSetupTimeout(now);
         for (String nodeId : nodes) {
             this.selector.close(nodeId);
-            log.info(
-                "Disconnecting from node {} due to socket connection setup 
timeout. " +
+            log.warn(

Review Comment:
   Why is this a warning? It is expected to happen in a number of expected 
situations (like cluster rolls). The additional information seems useful.



-- 
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

Reply via email to