-
Notifications
You must be signed in to change notification settings - Fork 524
HttpTimeoutPolicy Improvements Phase 2: Refactors Code to Separate out Retry Policy Timeouts for point-reads and non-point-reads on PPAF #5482
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
Conversation
Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicyForPartitionFailover.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicyForPartitionFailover.cs
Outdated
Show resolved
Hide resolved
Read and Query scenariosRead and Query Scenarios on PPAF
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemIntegrationTests.cs
Outdated
Show resolved
Hide resolved
…com/Azure/azure-cosmos-dotnet-v3 into fix-split-timeout-by-operation-type
Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicyForPartitionFailover.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicyForPartitionFailover.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicyForPartitionFailover.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicyForPartitionFailover.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/HttpClient/HttpTimeoutPolicyForPartitionFailover.cs
Show resolved
Hide resolved
FabianMeiswinkel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for the one comment about PPAF min. retry interval of 1 second
@FabianMeiswinkel, min retry interval already updated to 1sec. Do you have anything else on that? |
Read and Query Scenarios on PPAF
FabianMeiswinkel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
kundadebdatta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Now.
…t Retry Policy Timeouts for point-reads and non-point-reads on PPAF (#5482) # Pull Request Template ## Description This change fixes the aggressive retry timeouts for requests when PPAF enabled. This change contains distinct retry policy timeouts for respective operations and allows us to manage the timeouts separately. ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) ## Closing issues To automatically close an issue: closes #5484 --------- Co-authored-by: Debdatta Kunda <[email protected]> Co-authored-by: Debdatta Kunda <[email protected]>
Pull Request Template
Description
This change fixes the aggressive retry timeouts for requests when PPAF enabled. This change contains distinct retry policy timeouts for respective operations and allows us to manage the timeouts separately.
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #5484