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

xds: Fail RPCs with error details when resources are deleted #9337

Merged
merged 1 commit into from Jul 6, 2022

Commits on Jul 6, 2022

  1. xds: Fail RPCs with error details when resources are deleted

    Previously if LDS/RDS were missing or improperly configured RPCs would
    fail with "UNAVAILABLE: NameResolver returned no usable address errors".
    That is very confusing and not helpful for debugging.
    
    Ideally we'd also include the node id in this error message, but that's
    a bit more involved and this is a huge improvement even without it.
    
    b/237539851
    ejona86 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a38278d View commit details
    Browse the repository at this point in the history