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 pointless API method rotations when concurrent requests fail #5823

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

dlon
Copy link
Member

@dlon dlon commented Feb 15, 2024

The new method shouldn't be rotated until it has been used. This was particularly annoying with the default settings when an even number of requests failed, as the current (broken) method would keep being used.

Fix DES-636.


This change is Reviewable

@dlon dlon force-pushed the fix-concurrent-access-rotations branch from b3ece8f to efe2d26 Compare February 15, 2024 23:46
Copy link

linear bot commented Feb 16, 2024

@dlon dlon force-pushed the fix-concurrent-access-rotations branch from efe2d26 to d2865ae Compare February 16, 2024 13:44
@dlon dlon marked this pull request as ready for review February 16, 2024 13:45
Copy link
Contributor

@MarkusPettersson98 MarkusPettersson98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@dlon dlon force-pushed the refactor-access-mode-tx branch from bd6fe5c to e471d07 Compare February 16, 2024 15:38
Base automatically changed from refactor-access-mode-tx to main February 19, 2024 08:28
@dlon dlon force-pushed the fix-concurrent-access-rotations branch from d2865ae to 6f19fea Compare February 19, 2024 08:29
@dlon dlon merged commit 6d5d592 into main Feb 19, 2024
@dlon dlon deleted the fix-concurrent-access-rotations branch February 19, 2024 08:29
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.

2 participants