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-js: Propagate connectivity error information to request errors #2598

Conversation

murgatroid99
Copy link
Member

Specifically, propagate error information from transport code to subchannel connectivity state updates, and from there to pickers returned by pick_first and round_robin. This will help debug connectivity errors, particularly in cases when the request errors do not occur close to the connection attempts in the logs.

The change to the UnavailablePicker constructor to accept partial status objects is copied from master.

This change does not cover xDS code.

@murgatroid99 murgatroid99 force-pushed the grpc-js_show_connectivity_errors branch from da072f2 to 3a9f4d2 Compare October 17, 2023 00:17
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

Successfully merging this pull request may close these issues.

None yet

2 participants