OpenSearch/modules
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
..
aggs-matrix-stats Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
analysis-common Core: Replace deprecated Loggers calls with LogManager. (#34691) 2018-10-29 15:52:30 -04:00
ingest-common Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
lang-expression Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
lang-mustache Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
lang-painless Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
mapper-extras Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
parent-join Refactor children aggregator into a generic ParentJoinAggregator (#34845) 2018-10-26 16:26:45 +02:00
percolator Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
rank-eval Introduce durability of circuit breaking exception 2018-11-02 13:12:44 +01:00
reindex Run code snippets in ReindexDocumentationIT (#35165) 2018-11-02 13:52:15 +01:00
repository-url Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
transport-netty4 Use single netty event loop group for transports (#35181) 2018-11-02 16:31:19 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00