OpenSearch/plugins
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
..
analysis-icu Mute failing tests #35173 2018-11-01 19:31:52 +02:00
analysis-kuromoji Analysis: Wrap at 140 columns (#34494) 2018-10-17 16:17:25 -04:00
analysis-nori upgrade to a new snapshot of Lucene 8 (7d0a7782fa) (#33812) 2018-09-18 18:16:40 +02:00
analysis-phonetic Analysis: Wrap at 140 columns (#34494) 2018-10-17 16:17:25 -04:00
analysis-smartcn upgrade to a new snapshot of Lucene 8 (7d0a7782fa) (#33812) 2018-09-18 18:16:40 +02:00
analysis-stempel upgrade to a new snapshot of Lucene 8 (7d0a7782fa) (#33812) 2018-09-18 18:16:40 +02:00
analysis-ukrainian upgrade to a new snapshot of Lucene 8 (7d0a7782fa) (#33812) 2018-09-18 18:16:40 +02:00
discovery-azure-classic Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
discovery-ec2 Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
discovery-gce Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
examples fixed test 2018-10-25 08:09:45 +02:00
ingest-attachment Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
ingest-geoip Core: Replace deprecated Loggers calls with LogManager. (#34691) 2018-10-29 15:52:30 -04:00
ingest-user-agent Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
mapper-annotated-text Remove special-casing of Synonym filters in AnalysisRegistry (#34034) 2018-09-28 09:02:47 +01:00
mapper-murmur3 Fix line longer than 140 characters in Murmur3FieldMapper 2018-10-18 10:49:23 -04:00
mapper-size Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
repository-azure Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
repository-gcs [test] quote base_path in repository tests 2018-11-01 13:01:53 -07:00
repository-hdfs Core: Replace deprecated Loggers calls with LogManager. (#34691) 2018-10-29 15:52:30 -04:00
repository-s3 [test] quote base_path in repository tests 2018-11-01 13:01:53 -07:00
store-smb Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
transport-nio Use single netty event loop group for transports (#35181) 2018-11-02 16:31:19 -06:00
build.gradle Reorganize license files 2018-04-20 15:33:59 -07:00