ahuang98 commented on code in PR #17807:
URL: https://github.com/apache/kafka/pull/17807#discussion_r1882674419
##########
raft/src/main/java/org/apache/kafka/raft/ElectionState.java:
##########
@@ -29,7 +29,7 @@
* Encapsulate election state stored on disk after every state change.
*/
public final class ElectionState {
- private static final int UNKNOWN_LEADER_ID = -1;
+ static final int UNKNOWN_LEADER_ID = -1;
Review Comment:
thanks, it was referenced in an earlier commit
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]