Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loqrecovery: apply staged plans on node restart #93121

Closed
aliher1911 opened this issue Dec 6, 2022 · 1 comment · Fixed by #95582
Closed

loqrecovery: apply staged plans on node restart #93121

aliher1911 opened this issue Dec 6, 2022 · 1 comment · Fixed by #95582
Assignees
Labels
A-kv-replication Relating to Raft, consensus, and coordination. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@aliher1911
Copy link
Contributor

aliher1911 commented Dec 6, 2022

Add staged plan application to the server startup as per RFC:

When node restarts, it must apply replica recovery plan if it was staged on the node previously. Outcome of the application result should be recorded locally.

As a post applications stage when node starts, recovery should try to properly decommission nodes that were marked as a part of staging process.

Part of #77273

Jira issue: CRDB-22173

Epic CRDB-14205

@aliher1911 aliher1911 added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-kv-replication Relating to Raft, consensus, and coordination. T-kv-replication labels Dec 6, 2022
@blathers-crl
Copy link

blathers-crl bot commented Dec 6, 2022

cc @cockroachdb/replication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-kv-replication Relating to Raft, consensus, and coordination. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant