-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
136334: raft: make PreCandidate ignore MsgDefortifyLeader r=iskettaneh a=iskettaneh Right now if a PreCandidate receives a message from a leader, it becomes a follower again since there is an active leader. However, MsgDefortifyLeader should be a special case because it doesn't really say that there is an active leader since it's only sent by non-leaders when they step down. Fixes: #136087 Release note: None Co-authored-by: Ibrahim Kettaneh <[email protected]>
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters