-
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
Validate if there are any tablet based keyspaces #4254
Comments
The way I see how we can check if keyspace is tablet based or not is following:
@Michal-Leszczynski @karol-kokoszka what do you think? Maybe you know a better way of checking if keyspace is tablet based or not? |
When running the scylla-manager/pkg/scyllaclient/client_scylla.go Lines 268 to 306 in af23793
|
But in general we have a problem with recreating keyspace replication type from |
Thanks, that's exactly what i was searching for! :)
good finding! |
... and fail the process if there are any, and they are not filtered out by the "--keyspaces" flag.
The text was updated successfully, but these errors were encountered: