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

[BUG]404/1002CyclicRegionRetry #37073

Closed
xinlian12 opened this issue Oct 6, 2023 · 0 comments · Fixed by #37040
Closed

[BUG]404/1002CyclicRegionRetry #37073

xinlian12 opened this issue Oct 6, 2023 · 0 comments · Fixed by #37040
Assignees
Labels
cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos

Comments

@xinlian12
Copy link
Member

xinlian12 commented Oct 6, 2023

Issue:
When SDK has been constantly getting 404/1002 from all regions, SDK will come back to the first region to do one more retry. For example, database account being configured with 3 regions A, B, C. The current retry behavior is A, B, C, A, A(first replica)

Expected behavior:
Expected retry should be A, B, C, A(first replica) and then SDK bubble up the exception back to application.

@xinlian12 xinlian12 added Cosmos cosmos:v4-item Indicates this feature will be shipped as part of V4 release train labels Oct 6, 2023
@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 6, 2023
@xinlian12 xinlian12 removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 9, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos
Projects
None yet
2 participants