-
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.
kvserver: teach replicateQueue to handle non-voter addition/removal
This commit primarily teaches the allocator to be able to rank non-voting replica candidates for addition and removal. This allows us to have the replicateQueue execute upon the allocator's actions to add or remove non-voting replicas to a range. Note that this commit does not deal with _rebalancing_ of non-voting replicas, just simple additions and removals when a range is over or under-replicated. Release note: None
- Loading branch information
1 parent
06b8019
commit 5634c53
Showing
10 changed files
with
646 additions
and
288 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
Oops, something went wrong.