dajac commented on code in PR #13787: URL: https://github.com/apache/kafka/pull/13787#discussion_r1255779604
########## server-common/src/main/java/org/apache/kafka/server/util/InterBrokerSendThread.java: ########## @@ -118,6 +118,11 @@ protected void pollOnce(long maxTimeoutMs) { // DisconnectException is expected when NetworkClient#initiateClose is called return; } + + if (t instanceof InterruptedException && !isRunning()) { Review Comment: Should we add a unit test for this change? -- 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