edoardocomar commented on a change in pull request #10649: URL: https://github.com/apache/kafka/pull/10649#discussion_r666133904
########## File path: clients/src/main/java/org/apache/kafka/clients/ClusterConnectionStates.java ########## @@ -273,6 +276,7 @@ public void authenticationFailed(String id, long now, AuthenticationException ex nodeState.state = ConnectionState.AUTHENTICATION_FAILED; nodeState.lastConnectAttemptMs = now; updateReconnectBackoff(nodeState); + connectingNodes.remove(id); Review comment: looks like the line is no longer needed to pass all the tests ! -- 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