-
Notifications
You must be signed in to change notification settings - Fork 98
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
disrupt_add_remove_dc should wait and verify altering keyspace before dropping it #9430
Comments
@pehala , please assign this issue. |
probably this part of
|
I think the issue reproduced there: |
PackagesScylla version: Kernel Version: Installation detailsCluster size: 6 nodes (i4i.4xlarge) Scylla Nodes used in this run:
OS / Image: Test: Logs and commands
Logs:
|
This is a followup of scylladb/scylladb#21337
in the nemesis of
disrupt_add_remove_dc
:before dropping the keyspace in:
session.execute('DROP KEYSPACE IF EXISTS keyspace_new_dc')
The
temporary_replication_strategy_setter
(or any alternative code) should wait and verify altering keyspace is finished.The text was updated successfully, but these errors were encountered: