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

benchmarks: Use correct ELG type for TransportBenchmark NETTY_LOCAL test #5492

Merged
merged 1 commit into from Mar 25, 2019

Conversation

njhill
Copy link
Contributor

@njhill njhill commented Mar 23, 2019

Netty LocalChannels are meant to be used with the DefaultEventLoopGroup, but the gRPC channel/server builders use NioEventLoopGroups by default.

Netty LocalChannels are meant to be used with the DefaultEventLoopGroup, but the gRPC channel/server builders use NioEventLoopGroups by default.
Copy link
Contributor

@carl-mastrangelo carl-mastrangelo left a comment

Choose a reason for hiding this comment

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

LGTM

@ejona86 want to merge?

@creamsoup creamsoup added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Mar 25, 2019
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Mar 25, 2019
@creamsoup creamsoup merged commit c8ffa8a into grpc:master Mar 25, 2019
@creamsoup
Copy link
Contributor

@njhill merged, thank you!

@njhill
Copy link
Contributor Author

njhill commented Mar 25, 2019

Thanks @creamsoup! and was good to meet you last week @carl-mastrangelo

@njhill njhill deleted the nettylocal-bench branch March 25, 2019 17:39
njhill added a commit to njhill/grpc-java that referenced this pull request Mar 26, 2019
This was an omission from grpc#5492, sorry! Without it there are some ugly warnings in the log.
dapengzhang0 pushed a commit that referenced this pull request Mar 26, 2019
…utdown

This was an omission from #5492, sorry! Without it there are some ugly warnings in the log.
@lock lock bot locked as resolved and limited conversation to collaborators Jun 23, 2019
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

4 participants