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: DoMulti should retry on MOVED / ASK #697

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

wyxloading
Copy link
Contributor

try fix #696

add two mock testcase for ClusterClient.DoMulti on error MOVED / ASK

Also tested in our real test environment multiple times and it worked perfectly.

@rueian rueian merged commit 383a2a1 into redis:main Dec 13, 2024
2 checks passed
rueian added a commit that referenced this pull request Dec 22, 2024
rueian added a commit that referenced this pull request Dec 23, 2024
rueian added a commit that referenced this pull request Dec 23, 2024
rueian added a commit that referenced this pull request Dec 23, 2024
rueian added a commit that referenced this pull request Dec 23, 2024
rueian added a commit that referenced this pull request Dec 23, 2024
rueian added a commit that referenced this pull request Dec 23, 2024
rueian added a commit that referenced this pull request Dec 24, 2024
rueian added a commit that referenced this pull request Dec 24, 2024
rueian added a commit that referenced this pull request Dec 24, 2024
rueian added a commit that referenced this pull request Dec 24, 2024
rueian added a commit that referenced this pull request Dec 24, 2024
rueian added a commit that referenced this pull request Dec 24, 2024
* fix: broken tx retries for cluster clients after #697

Signed-off-by: Rueian <[email protected]>

* fix: broken tx retris for cluster clients after #697

Signed-off-by: Rueian <[email protected]>

* fix: broken tx retris for cluster clients after #697

Signed-off-by: Rueian <[email protected]>

---------

Signed-off-by: Rueian <[email protected]>
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.

Consider retry not only all read commands with DoMulti on error MOVED / ASK / TRYAGAIN / ...
2 participants