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.54.x backport) #10080

Merged
merged 1 commit into from Apr 21, 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 added kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run kokoro:force-run Add this label to a PR to tell Kokoro to re-run all tests. Not generally necessary and removed kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run labels Apr 19, 2023
@grpc-kokoro grpc-kokoro removed the kokoro:force-run Add this label to a PR to tell Kokoro to re-run all tests. Not generally necessary label Apr 19, 2023
@larry-safran larry-safran merged commit b256818 into grpc:v1.54.x Apr 21, 2023
14 checks passed
@larry-safran larry-safran deleted the backport-is10011-1.54 branch June 12, 2023 20:25
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 11, 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

3 participants