Skip to content

core: Always pass offload executor to CallCredentials#9313

Merged
larry-safran merged 1 commit intogrpc:masterfrom
larry-safran:callOptions
Jun 28, 2022
Merged

core: Always pass offload executor to CallCredentials#9313
larry-safran merged 1 commit intogrpc:masterfrom
larry-safran:callOptions

Conversation

@larry-safran
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants