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

fix(store): retry with new timestamp value #373

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

nuivall
Copy link
Member

@nuivall nuivall commented Jun 23, 2023

Retry inserting a list value will produce duplicated list elements in Scylla when done with the same timestamp.

Fixes scylladb/scylladb#7937

Retry inserting a list value will produce duplicated list elements
in Scylla when done with the same timestamp.

Fixes scylladb/scylladb#7937
@nuivall nuivall requested a review from dkropachev June 23, 2023 14:44
@dkropachev dkropachev merged commit ee08726 into scylladb:master Jun 23, 2023
@mykaul
Copy link

mykaul commented Jun 25, 2023

@bhalevy - I think this is inline with what we've previously discussed - an application level retry should refresh its timestamp, driver-level, should use the existing timestamp.

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.

Gemini detect difference in values for column with list type.
3 participants