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

[v17] Update local storage services to prefer ConditionalUpdate #49182

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #49099 to branch/v17

Migrates existing uses of backend.CompareAndSwap to use
backend.ConditionalUpdate instead. As long as the revision is
being correctly and accurately provided, the conditional update
is a better version of atomic resource update than CAS.
@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Nov 19, 2024
@rosstimothy rosstimothy marked this pull request as ready for review November 19, 2024 14:07
@rosstimothy rosstimothy added this pull request to the merge queue Nov 19, 2024
Merged via the queue into branch/v17 with commit 628536b Nov 19, 2024
44 checks passed
@rosstimothy rosstimothy deleted the bot/backport-49099-branch/v17 branch November 19, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants