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

[7.4.0] Do not reuse gRPC connections that fail with native Netty errors #23343

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

bazel-io
Copy link
Member

Such connections are usually not in a recoverable state and should not be used for retries, which would otherwise likely fail in the same way.

Fixes #20868

Closes #23150.

PiperOrigin-RevId: 662091153
Change-Id: Iaf160b11a13af013b9969c7fdaa966bca8ab6be2

Commit 06691b3

Such connections are usually not in a recoverable state and should not be used for retries, which would otherwise likely fail in the same way.

Fixes bazelbuild#20868

Closes bazelbuild#23150.

PiperOrigin-RevId: 662091153
Change-Id: Iaf160b11a13af013b9969c7fdaa966bca8ab6be2
@bazel-io bazel-io requested a review from a team as a code owner August 19, 2024 21:04
@bazel-io bazel-io added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Aug 19, 2024
@bazel-io bazel-io requested a review from coeuvre August 19, 2024 21:04
@iancha1992 iancha1992 enabled auto-merge (squash) August 19, 2024 21:09
@Wyverald Wyverald disabled auto-merge August 21, 2024 18:39
@Wyverald Wyverald added this pull request to the merge queue Aug 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 21, 2024
@iancha1992 iancha1992 added this pull request to the merge queue Aug 21, 2024
Merged via the queue into bazelbuild:release-7.4.0 with commit 60cbce1 Aug 21, 2024
52 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Remote-Exec Issues and PRs for the Execution (Remote) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants