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

Rename Netty TCP transports thread factories from http_* to transport_* #20207

Merged
merged 1 commit into from
Aug 29, 2016

Conversation

tlrx
Copy link
Member

@tlrx tlrx commented Aug 29, 2016

Netty3/4 TcpTransport implementations are creating thread factories with a http_server thread prefix whereas it should start withtransport_server and let the http_server prefix for the HttpServerTransport implementations.

@jasontedor
Copy link
Member

jasontedor commented Aug 29, 2016

LGTM.

  Netty3/4 TcpTransport implementations are creating thread factories with a "http_server" thread prefix whereas it should start with "transport_server" and let the "http_server" prefix for the HttpServerTransport implementations.
@tlrx tlrx force-pushed the rename-tcp-transport-thread-factory branch from 5d14851 to 9727f12 Compare August 29, 2016 11:49
@tlrx tlrx merged commit 9727f12 into elastic:master Aug 29, 2016
@tlrx tlrx removed the review label Aug 29, 2016
@tlrx
Copy link
Member Author

tlrx commented Aug 29, 2016

@jasontedor Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >enhancement v5.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants