-
Notifications
You must be signed in to change notification settings - Fork 4.1k
loss of quorum recovery: half-online approach #77273
Copy link
Copy link
Closed
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
As outlined in RFC next stage would be to collect replica info from the running cluster without doing stop the world.
This should be built on the foundation of what we already have. Use existing infrastructure to plan and update replicas, but move collection to a distributed operation that would provide the necessary info.
Jira issue: CRDB-13511
Epic CRDB-14205
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)