forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raft: stop broadcasting MsgDeFortifyLeader once it is safe
This patch identifies the scenario where a leader can safely stop de-fortifying its peers -- when a new leader has been elected and has been able to commit an entry. Informs cockroachdb#132581 Release note: None
- Loading branch information
1 parent
6d8103b
commit b054962
Showing
3 changed files
with
388 additions
and
7 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
Oops, something went wrong.