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

Careful to upgrade the ScyllaDB Docker Versions #220

Open
DanielHe4rt opened this issue Jul 23, 2024 · 0 comments
Open

Careful to upgrade the ScyllaDB Docker Versions #220

DanielHe4rt opened this issue Jul 23, 2024 · 0 comments

Comments

@DanielHe4rt
Copy link
Collaborator

I was about to upgrade the versions from mostly examples to 6.0 but I remembered that there's two features that won't be working for now: LWT and CDC.

Tables in this keyspace will be replicated using tablets, and will not support the CDC feature (issue #16317) and LWT may suffer from issue #5251 more often. If you want to use CDC or LWT, please drop this keyspace and re-create it without tablets, by adding AND TABLETS = {'enabled': false} to the CREATE KEYSPACE statement.

It will be a small difference in how fast these constainers will start, so it's would be good to highlight it.

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