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: Move negotiationLogger from channel attributes to handler #7933

Merged
merged 6 commits into from
Mar 11, 2021

Conversation

YifeiZhuang
Copy link
Contributor

Fix #7062

@YifeiZhuang YifeiZhuang requested a review from ejona86 March 9, 2021 22:23
* Returns the channel logger for the given channel context.
*/
public ChannelLogger getNegotiationLogger() {
checkState(negotiationLogger != null, "NegotiationLogger must not be null");
Copy link
Member

Choose a reason for hiding this comment

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

Seems this should be moved to the constructor.

@YifeiZhuang YifeiZhuang merged commit 528ef63 into grpc:master Mar 11, 2021
@YifeiZhuang YifeiZhuang deleted the zivy/tmp branch March 11, 2021 00:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2021
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.

netty: Delete AttributeKey.newInstance("channelLogger")
2 participants