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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: