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

Cassandra: explicitly specify statement idempotence #8557

Merged
merged 1 commit into from
May 22, 2024

Conversation

adutra
Copy link
Contributor

@adutra adutra commented May 21, 2024

The retry policy can only kick in when the statement is marked idempotent. Unfortunately, most of our writes are CAS writes, so not idempotent, but at least the few ones that are idempotent now will be correctly retried.

This allows the retry policy to kick in when the
statement is idempotent. Unfortunately, most of
our writes are CAS writes, so not idempotent, but
at least the few ones that can be retried now will
be.
@adutra adutra merged commit 1e1dda5 into projectnessie:main May 22, 2024
16 checks passed
@adutra adutra deleted the cassandra-idempotence branch May 22, 2024 07:58
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

Successfully merging this pull request may close these issues.

None yet

3 participants