OpenSearch/modules/transport-netty4
Tim Brooks 760ab726c2
Share netty event loops between transports (#56553)
Currently Elasticsearch creates independent event loop groups for each
transport (http and internal) transport type. This is unnecessary and
can lead to contention when different threads access shared resources
(ex: allocators). This commit moves to a model where, by default, the
event loops are shared between the transports. The previous behavior can
be attained by specifically setting the http worker count.
2020-05-11 15:43:43 -06:00
..
licenses Upgrade netty to 4.1.49.Final (#56059) 2020-05-05 10:40:23 -06:00
src Share netty event loops between transports (#56553) 2020-05-11 15:43:43 -06:00
build.gradle Upgrade netty to 4.1.49.Final (#56059) 2020-05-05 10:40:23 -06:00