hachikuji commented on a change in pull request #11449: URL: https://github.com/apache/kafka/pull/11449#discussion_r739414003
########## 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: Ah, yeah. I thought I had fixed that, but looks like I forgot to push. -- 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