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

grpc: move to TransientFailure in pick_first LB policy when all addresses are removed #5274

Merged
merged 5 commits into from Mar 29, 2022

Commits on Mar 25, 2022

  1. Copy the full SHA
    cdf3089 View commit details
    Browse the repository at this point in the history
  2. rename sc to subConn

    easwars committed Mar 25, 2022
    Copy the full SHA
    8da1950 View commit details
    Browse the repository at this point in the history
  3. review comments

    - clarify comments when pf receives no addresses
    - skip calling `Connect` when the address list changes. UpdateAddresses
      takes care of this
    - switch conditional to outindent more code
    easwars committed Mar 25, 2022
    Copy the full SHA
    5fb5259 View commit details
    Browse the repository at this point in the history
  4. more variable renaming

    easwars committed Mar 25, 2022
    Copy the full SHA
    e03d2d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. remove parameter

    easwars committed Mar 29, 2022
    Copy the full SHA
    8574c0c View commit details
    Browse the repository at this point in the history