You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: