TaiJuWu commented on code in PR #18998: URL: https://github.com/apache/kafka/pull/18998#discussion_r1968787579
########## raft/src/main/java/org/apache/kafka/raft/QuorumConfig.java: ########## @@ -69,23 +70,24 @@ public class QuorumConfig { public static final String QUORUM_ELECTION_TIMEOUT_MS_CONFIG = QUORUM_PREFIX + "election.timeout.ms"; public static final String QUORUM_ELECTION_TIMEOUT_MS_DOC = "Maximum time in milliseconds to wait " + - "without being able to fetch from the leader before triggering a new election"; + "without being able to fetch from the leader before triggering a new election, this value should large 0."; Review Comment: Make sense, thanks. Fixed. -- 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