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

Fix retry race condition that can lead to double decrementing inFlightSubStreams and so miss calling closed #11026

Merged
merged 3 commits into from
Mar 22, 2024

Fix retry race condition that can lead to double decrementing inFligh…

736edcb
Select commit
Loading
Failed to load commit list.
Merged

Fix retry race condition that can lead to double decrementing inFlightSubStreams and so miss calling closed #11026

Fix retry race condition that can lead to double decrementing inFligh…
736edcb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 21, 2024 in 0s

58.33% of diff hit (target 80.00%)

View this Pull Request on Codecov

58.33% of diff hit (target 80.00%)

Annotations

Check warning on line 1008 in core/src/main/java/io/grpc/internal/RetriableStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/io/grpc/internal/RetriableStream.java#L1008

Added line #L1008 was not covered by tests

Check warning on line 1583 in core/src/main/java/io/grpc/internal/RetriableStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/io/grpc/internal/RetriableStream.java#L1583

Added line #L1583 was not covered by tests