OpenSearch/plugins/transport-nio
Tim Brooks 0166388d74
Use single netty event loop group for transports (#35181)
Currently we create a new netty event loop group for client connections
and all server profiles. Each new group creates new threads for io
processing. This means 2 * num of processors new threads for each group.
A single group should be able to handle all io processing (for the
transports). This also brings the netty module inline with what we do
for nio.

Additionally, this PR renames the worker threads to be the same for
netty and nio.
2018-11-02 16:31:19 -06:00
..
licenses NETWORKING: Upgrade Netty to 4.1.30 (#34417) 2018-10-12 16:13:28 +01:00
src Use single netty event loop group for transports (#35181) 2018-11-02 16:31:19 -06:00
build.gradle NETWORKING: Upgrade Netty to 4.1.30 (#34417) 2018-10-12 16:13:28 +01:00