Skip to content

CSDS dumping broken by xDS fallback #25

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

Open
ejona86 opened this issue Mar 27, 2025 · 0 comments
Open

CSDS dumping broken by xDS fallback #25

ejona86 opened this issue Mar 27, 2025 · 0 comments

Comments

@ejona86
Copy link
Collaborator

ejona86 commented Mar 27, 2025

grpcdebug expects only a single ClientConfig from FetchClientStatus, and fails with "Received unexpected number of ClientConfig" when more than one is found.

gRPC implementations of CSDS were enhanced by gRFC A71 to support fallback, and do so by setting client_scope on the ClientConfig. That requires returning multiple ClientConfig messages, one for each client_scope.

As seen when investigating b/394850611 after a grpc-java upgrade.

CC @markdroth, @dfawley

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant