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

Restore integer based SSTables when using Scylla restore API #4194

Open
Michal-Leszczynski opened this issue Jan 9, 2025 · 0 comments
Open
Assignees

Comments

@Michal-Leszczynski
Copy link
Collaborator

Taken from scylladb/scylladb#22022 (comment).

Scylla restore API does not support restoration of SSTables with integer based IDs, so we should keep on using Rclone API in their case.
The fallback to Rclone API should happen only for the integer based SSTables, so all UUID based SSTables should still be restored with Scylla API. This requires to create per SSTable API compatibility check and group SSTables restored with Scylla API and Rclone API into separate batches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant