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

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Jun 13, 2022

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 #9257

CC @hikoma

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 ejona86 requested a review from YifeiZhuang June 13, 2022 20:57
@ejona86 ejona86 merged commit d2b0538 into grpc:master Jun 15, 2022
@ejona86 ejona86 deleted the panic-at-beginning branch June 15, 2022 00:38
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grpc request does not response when an uncaught exception is handled in the SynchronizationContext
2 participants