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

core: Clear ConfigSelector in panic mode #9272

Merged
merged 1 commit into from Jun 15, 2022

Commits on Jun 13, 2022

  1. core: Clear ConfigSelector in panic mode

    If the failure is before the NameResolver has returned the first time,
    RPCs would be queued waiting for service config. We don't want to use
    the ConfigSelector, as we are trying to circumvent the NameResolver and
    LoadBalancer.
    
    Fixes grpc#9257
    ejona86 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c327744 View commit details
    Browse the repository at this point in the history