Skip to content

core: Clear ConfigSelector in panic mode#9272

Merged
ejona86 merged 1 commit intogrpc:masterfrom
ejona86:panic-at-beginning
Jun 15, 2022
Merged

core: Clear ConfigSelector in panic mode#9272
ejona86 merged 1 commit intogrpc:masterfrom
ejona86:panic-at-beginning

Conversation

@ejona86
Copy link
Copy Markdown
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