-
Notifications
You must be signed in to change notification settings - Fork 494
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]: Handling 403:1008 for address resolution calls. #4710
Labels
Comments
Related exceptions stck
|
It's a cold start scenario
|
Another related
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When a region has been removed and the SDK possibly reaches out to removed region and performs address resolution calls against the removed region could have the operation fail.
To Reproduce
Use the chaos framework in the Gateway mode to inject 403:1008s for Address resolution requests [or] subject a workload to single-write multi-region account where the write region is failed over.
Expected behavior
Ideally, address resolution in-lined with the document operation should be part of the document operation's
ClientRetryPolicy
and be retriable to other available regions.The text was updated successfully, but these errors were encountered: