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

schema:init - Doesn't support multiple DC out of the box #28

Open
eprothro opened this issue Mar 3, 2017 · 0 comments
Open

schema:init - Doesn't support multiple DC out of the box #28

eprothro opened this issue Mar 3, 2017 · 0 comments
Labels

Comments

@eprothro
Copy link
Owner

eprothro commented Mar 3, 2017

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
@eprothro eprothro added the bug label Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant