jsancio commented on code in PR #17807: URL: https://github.com/apache/kafka/pull/17807#discussion_r1878857527
########## raft/src/main/java/org/apache/kafka/raft/QuorumState.java: ########## @@ -44,7 +44,7 @@ * Follower: After discovering a leader with an equal or larger epoch * * Unattached transitions to: - * Unattached: After learning of a new election with a higher epoch or after voting + * Unattached: After learning of a new election with a higher epoch or after giving a binding vote Review Comment: This applies to the "Unattached transitions" and "Voted transitions" section. Should we merge these two and update the wording since in a previous PR we merge these two states. -- 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