You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cassie schema management keyspace is created with simple replication strategy, if you have a cluster with a multiple DC configuration, the cassie schema tasks will fail.
Workaround:
Attempt to initialize
cassie schema:init
Alter the keyspace manually
Edit the cassie_schema keyspace manually (in cqlsh) to have the proper replication settings.
initialize again
cassie schema:init
The text was updated successfully, but these errors were encountered:
cassie schema management keyspace is created with simple replication strategy, if you have a cluster with a multiple DC configuration, the cassie schema tasks will fail.
Workaround:
Attempt to initialize
Alter the keyspace manually
Edit the
cassie_schema
keyspace manually (in cqlsh) to have the proper replication settings.initialize again
The text was updated successfully, but these errors were encountered: