-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
37403: storage: fixes replica processing by the replica queue r=darinpp a=darinpp Fixes #36623 This changes the way the replicas are processed by the replica queue. Prior to the fix, the replica queue was processing each replica only once and then was moving to the next replica in the queue. So replicas that require more than one action (most often caused by the lack of join consensus in the underlying consensus protocol which results in multiple steps to get to the desired state) will wait a full cycle between the first and the second action. With the change, each replica is processed multiple times (up to three) before moving to the next one in the queue Release note: None Co-authored-by: Darin <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
19 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