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

retries:Remove early commit for transparent retries with none remaining. (1.53.x backport) #10081

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

larry-safran
Copy link
Contributor

RetriableStream was trying to do an optimization by doing early commits when there were not going to be any further explicit retries, but it should never have been done. This is removing the optimization and reversing the test that checked for an early commit.

Fixes #10011

Backport of #10066

…ng. (grpc#10066)

* retries:Remove early commit for transparent retries when no retries or no hedging remain.

Fixes grpc#10011
@larry-safran larry-safran merged commit 88fa30c into grpc:v1.53.x Apr 19, 2023
13 of 14 checks passed
@larry-safran larry-safran deleted the backport-is10011-1.53 branch April 19, 2023 22:07
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 19, 2023
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.

None yet

2 participants