OpenSearch/x-pack/plugin/security/src
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
..
main Share netty event loops between transports (#56553) 2020-05-11 15:43:43 -06:00
test Share netty event loops between transports (#56553) 2020-05-11 15:43:43 -06:00