-
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.
128426: raft: add no-op MsgFortifyLeader and MsgFortifyLeaderResp r=nvanbenschoten a=arulajmani See individual commits ---- This commit adds two new messages to raft -- MsgFortifyLeader and MsgFortifyLeaderResp. A candidate attempts to fortify its leadership term after winning an election. It does so by broadcasting a MsgFortifyLeader to all followers. Currently, the handling of MsgFortify is a no-op; requests are trivially rejected. In subsequent patches, we'll hook into store liveness and correctly respond. Informs #125261 Release note: None Co-authored-by: Arul Ajmani <[email protected]>
- Loading branch information
Showing
9 changed files
with
128 additions
and
55 deletions.
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
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
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
Oops, something went wrong.