Skip to content

A21 update: Do not use default service config on transient resolver failure#188

Merged
markdroth merged 2 commits intogrpc:masterfrom
markdroth:A21_update
Jun 23, 2020
Merged

A21 update: Do not use default service config on transient resolver failure#188
markdroth merged 2 commits intogrpc:masterfrom
markdroth:A21_update

Conversation

@markdroth
Copy link
Copy Markdown
Member

As we've discussed, this is necessary to support the new ConfigSelector API (the details of which will be described in Doug's forthcoming gRFC about the RouteAction design).

@markdroth markdroth requested review from dfawley and ejona86 June 18, 2020 22:06
resolution attempt as having failed (e.g., for a polling-based resolver,
it should retry the query after appropriate backoff). In other words,
the channel will remain in state TRANSIENT_FAILURE until a valid
service config is received.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"or no service config"?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to "until the resolver returns a valid response".

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.

3 participants