[wip,dnm,dnr] migration: prototype long-running migrations orchestrator#54903
Closed
irfansharif wants to merge 4 commits intocockroachdb:masterfrom
Closed
[wip,dnm,dnr] migration: prototype long-running migrations orchestrator#54903irfansharif wants to merge 4 commits intocockroachdb:masterfrom
irfansharif wants to merge 4 commits intocockroachdb:masterfrom
Conversation
Member
0b1bf26 to
2c239a1
Compare
craig bot
pushed a commit
that referenced
this pull request
Oct 14, 2020
54936: kvserver,rpc: set the stage for maintaining a local blocklist of permanently removed nodes r=irfansharif a=tbg As part of long-running migrations (#54903) we need to make sure, to the best of our abilities, that decommissioned nodes can not return to the cluster. We will achieve this by persisting this knowledge locally (in an eventually consistent way, via gossip) and ading checks in the RPC layer. This PR stops short of adding the actual storage but sets the stage for doing so. First seven commits are from another PR and should be ignored here. Co-authored-by: Tobias Grieger <tobias.b.grieger@gmail.com>
This callback will be called after validating a `SET CLUSTER SETTING version` but before executing it. It will be used in future commits to execute long-running migrations. Release note: None
2c239a1 to
021054e
Compare
021054e to
ddd770b
Compare
We'll depend on it in a future commit. Release note: None
This request will be fleshed out and used in future commits that introduce the long running migration orchestrator process. Release note: None
Release note: None
641b54f to
366d5d9
Compare
b570253 to
cd533d7
Compare
Contributor
Author
|
Subsumed by #56107. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't look. This will be the thing that will orchestrates all long running migrations.