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: Always pass offload executor to CallCredentials #9313

Merged
merged 1 commit into from Jun 28, 2022

Conversation

larry-safran
Copy link
Contributor

@larry-safran larry-safran commented Jun 25, 2022

Previously would use the executor provided in CallOptions if it was present. Now that executor is ignored.

…plyingTransportFactory, never use the executor from CallCredentials in this case
@larry-safran larry-safran changed the title [core] Always use offload executor in streams created with CallCredentialsApplyingTransportFactory [core] Always use offload executor in streams created with CallCredentialsApplyingTransportFactory (IS-3084) Jun 27, 2022
@larry-safran larry-safran changed the title [core] Always use offload executor in streams created with CallCredentialsApplyingTransportFactory (IS-3084) [core] Always use offload executor in streams created with CallCredentialsApplyingTransportFactory Jun 27, 2022
Copy link
Member

@ejona86 ejona86 left a comment

Choose a reason for hiding this comment

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

We use the core: Always use ... syntax in commit titles/PRs, not [core].

I think the title of this one isn't accurate or is at least confusing. This has little to do with what executor is used in streams, as this is a parameter is passed to call credentials. How about core: Always pass offload executor to CallCredentials?

@ejona86
Copy link
Member

ejona86 commented Jun 28, 2022

Previously would use the executor provided in CallCredentials if it was present

s/CallCredentials/CallOptions/

@larry-safran larry-safran changed the title [core] Always use offload executor in streams created with CallCredentialsApplyingTransportFactory core: Always pass offload executor to CallCredentials Jun 28, 2022
@larry-safran larry-safran merged commit b361ecf into grpc:master Jun 28, 2022
@larry-safran larry-safran deleted the callOptions branch June 28, 2022 20:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 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.

None yet

2 participants