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

core: fix a bug for hedging with throttling #7337

Merged
merged 4 commits into from Aug 19, 2020

Conversation

dapengzhang0
Copy link
Member

@dapengzhang0 dapengzhang0 commented Aug 18, 2020

Resolves #7222: If a hedging substream fails triggering throttling threshold, the call should be committed.

Refactored RetryPlan to two separate classes RetryPlan and HedgingPlan.

@dapengzhang0 dapengzhang0 reopened this Aug 19, 2020
@dapengzhang0 dapengzhang0 merged commit a91acec into grpc:master Aug 19, 2020
@dapengzhang0 dapengzhang0 deleted the fix-throttling branch August 19, 2020 06:12
dfawley pushed a commit to dfawley/grpc-java that referenced this pull request Jan 15, 2021
Resolves grpc#7222: If a hedging substream fails triggering throttling threshold, the call should be committed.

Refactored RetryPlan to two separate classes RetryPlan and HedgingPlan.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPC call stuck and eventually throws DEADLINE_EXEEDED if hedging attempts got throttled.
2 participants