We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbc5de commit 41c8369Copy full SHA for 41c8369
common/persistence/nosql/nosqlplugin/cassandra/constants.go
@@ -48,7 +48,7 @@ const (
48
// eventual consistency is sufficient.
49
// That's because the engine layer writes into visibility with eventual consistency anyway(using transfer tasks)
50
// Do NOT use it in other places, unless you are sure it's the same special cases like reading visibility
51
- cassandraLowConslevel = gocql.One
+ cassandraLowConslevel = gocql.LocalOne
52
53
// We use all consistency level for delete operations to prevent the data resurrection issue
54
cassandraAllConslevel = gocql.All
0 commit comments