-
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.
105052: kvserver: don't campaign on Raft message without leader r=erikgrinaker a=erikgrinaker In cf56549, we began waking up the leader if we received a message from a non-leader replica. This implicitly also caused us to campaign if we didn't have a leader. However, we did this regardless of whether we actually have a leader to wake up. This is likely to lead to election ties during cold starts, where all replicas will campaign simultaneously. This patch no longer campaigns if we receive a message without a leader. The election tie risk still remains when replicas unquiesce and discover a dead leader -- this will be addressed separately. Epic: none Release note: None 105054: publish-artifacts: add a suffix for ARM `workload` binary r=rail a=rickystewart Epic: none Release note: None Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
4 changed files
with
15 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
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