dajac commented on a change in pull request #11449: URL: https://github.com/apache/kafka/pull/11449#discussion_r739097403
########## File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java ########## @@ -320,21 +320,17 @@ public void disconnect(String nodeId) { return; selector.close(nodeId); - long now = time.milliseconds(); + log.info("Manually disconnected from {}. Aborted in-flight requests: {}.", nodeId, inFlightRequests); Review comment: Should we log only the in-flight requests of the node? It seems that this would log them for all nodes. -- 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