You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/06/14 20:47:43 UTC

[GitHub] [kafka] rajinisivaram opened a new pull request #10882: KAFKA-12948: Remove node from ClusterConnectionStates.connectingNodes when node is removed

rajinisivaram opened a new pull request #10882:
URL: https://github.com/apache/kafka/pull/10882


   NetworkClient.poll() throws IllegalStateException when checking `isConnectionSetupTimeout` if all nodes in `ClusterConnectionStates.connectingNodes` aren't present in `ClusterConnectionStates.nodeState`. When we remove a node from `nodeState`, we should also remove from `connectingNodes`.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] rajinisivaram commented on pull request #10882: KAFKA-12948: Remove node from ClusterConnectionStates.connectingNodes when node is removed

Posted by GitBox <gi...@apache.org>.
rajinisivaram commented on pull request #10882:
URL: https://github.com/apache/kafka/pull/10882#issuecomment-861288998


   @dajac Thanks for the review. Test failures not related, merging to trunk, 2.8 and 2.7.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] rajinisivaram merged pull request #10882: KAFKA-12948: Remove node from ClusterConnectionStates.connectingNodes when node is removed

Posted by GitBox <gi...@apache.org>.
rajinisivaram merged pull request #10882:
URL: https://github.com/apache/kafka/pull/10882


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org