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

Commits on Aug 19, 2024

  1. Do not reuse gRPC connections that fail with native Netty errors

    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
    fmeum authored and bazel-io committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a4756df View commit details
    Browse the repository at this point in the history