forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client Retry Policy: Adds HTTP timeouts with request-level cross-regi…
…on retry (Azure#32450) * mirror of .net fix - initial commit * nits Co-authored-by: Fabian Meiswinkel <fabian@meiswinkel.com> * nits Co-authored-by: Fabian Meiswinkel <fabian@meiswinkel.com> * updated changelog, fixes to tests/address refresh beahvior * removal of double handling of queryplan, improved changelog message * added check to see if write requests are safe to retry * removed handeling of data plane writes * removed extra test * Update sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/ClientRetryPolicy.java Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com> * added testing for data plane writes, simplified query plan check * nits Co-authored-by: Nalu Tripician <ntripician@microsoft.com> Co-authored-by: Fabian Meiswinkel <fabian@meiswinkel.com> Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com>
- Loading branch information
1 parent
acac638
commit fa0869d
Showing
3 changed files
with
126 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters