junrao commented on code in PR #15912:
URL: https://github.com/apache/kafka/pull/15912#discussion_r1595930091


##########
raft/src/main/java/org/apache/kafka/raft/internals/VoterSet.java:
##########
@@ -161,8 +161,8 @@ public VotersRecord toVotersRecord(short version) {
      * An overlapping majority means that for all majorities in {@code this} 
set of voters and for
      * all majority in {@code that} set of voters, they have at least one 
voter in common.
      *
-     * If this function returns true is means that one of the voter set 
commits an offset, it means
-     * that the other voter set cannot commit a conflicting offset.
+     * If this function returns true, it means that if one of the set of 
voters commits an offset, the
+     * the other set of voters cannot commit a conflicting offset.

Review Comment:
   the the other => the other



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

Reply via email to