-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add validation stage to the 1-1 restore service #4201
Milestone
Comments
VAveryanov8
added a commit
that referenced
this issue
Jan 27, 2025
…equal This adds a validation stage for 1-1-restore. The logic is as follows: - Collect node information for the source cluster from backup manifests - Collect node information for the target cluster from the Scylla API - Apply node mappings to the source cluster nodes - Compare each source node with its corresponding target node Fixes: #4201
VAveryanov8
added a commit
that referenced
this issue
Jan 29, 2025
…equal This adds a validation stage for 1-1-restore. The logic is as follows: - Collect node information for the source cluster from backup manifests - Collect node information for the target cluster from the Scylla API - Apply node mappings to the source cluster nodes - Compare each source node with its corresponding target node Fixes: #4201
VAveryanov8
added a commit
that referenced
this issue
Feb 7, 2025
…equal This adds a validation stage for 1-1-restore. The logic is as follows: - Collect node information for the source cluster from backup manifests - Collect node information for the target cluster from the Scylla API - Apply node mappings to the source cluster nodes - Compare each source node with its corresponding target node Fixes: #4201
VAveryanov8
added a commit
that referenced
this issue
Feb 17, 2025
…equal (#4230) feat(1-1-restore): validates if source and target clusters nodes are equal This adds a validation stage for 1-1-restore. The logic is as follows: - Collect node information for the source cluster from backup manifests - Collect node information for the target cluster from the Scylla API - Compare each source node with its corresponding target node Apart from that nodes-mapping param is validated to ensure that each node has exactly one mapping. Refs: #4201
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First step of the 1-1 restore performed by Scylla Manager is to validate that the destination cluster topology matches the source cluster topology.
Scylla Manager must:
This process must be parallelized per destination node (or source node).
The text was updated successfully, but these errors were encountered: