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 support for cassandra 4 #3080

Closed
nothinux opened this issue Jun 10, 2021 · 1 comment · Fixed by #3225
Closed

Schema support for cassandra 4 #3080

nothinux opened this issue Jun 10, 2021 · 1 comment · Fixed by #3225

Comments

@nothinux
Copy link

Hi, i'm trying to initilize schema in cassandra 4, but i got 'Unknown property 'dclocal_read_repair_chance'.
after i check changelog for cassandra 4, dclocal_read_repair_chance has removed link.

So temporarily I removed AND dclocal_read_repair_chance=0.0 in plugin/storage/cassandra/schema/v003.cql.tmpl, and it works well.

i know cassandra 4 still RC, i'm interested to contribute, would sending a pull request v004.cql.tmpl similar to v003.cql.tmpl but without the AND dclocal_read_repair_chance=0.0 solve the problem? or is there something else to do?

Thank you

@albertteoh
Copy link
Contributor

You may need to provide a migration script from v003 -> v004 as well like https://github.com/jaegertracing/jaeger/blob/master/plugin/storage/cassandra/schema/migration/V002toV003.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants