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 (1.63.x backport) #11033

Merged
merged 1 commit into from
Mar 26, 2024

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

077c7bb
Select commit
Loading
Failed to load commit list.
Merged

Fix retry race condition (1.63.x backport) #11033

Fix retry race condition that can lead to double decrementing inFligh…
077c7bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 26, 2024 in 1s

26.31% of diff hit (target 80.00%)

View this Pull Request on Codecov

26.31% of diff hit (target 80.00%)

Annotations

Check warning on line 198 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#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 205 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#L201-L205

Added lines #L201 - L205 were not covered by tests

Check warning on line 1012 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#L1012

Added line #L1012 was not covered by tests

Check warning on line 1587 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#L1587

Added line #L1587 was not covered by tests