OpenSearch/modules
Jason Tedor 40ff169c54 Set available processors for Netty
Netty uses the number of processors for sizing various resources (e.g.,
thread pools, buffer pools, etc.). However, it uses the runtime number
of available processors which might not match the configured number of
processors as set in Elasticsearch to limit the number of threads (for
example, in Docker containers). A new feature was added to Netty that
enables configuring the number of processors Netty should see for sizing
this various resources. This commit takes advantage of this feature to
set this number of available processors to be equal to the configured
number of processors set in Elasticsearch.

Relates #24420
2017-05-01 19:27:28 -04:00
..
aggs-matrix-stats Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
analysis-common Move char filters into analysis-common (#24261) 2017-04-26 13:25:34 -04:00
ingest-common Remove most usages of 1-arg Script ctor (#24325) 2017-04-26 16:04:38 -04:00
lang-expression Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
lang-mustache Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
lang-painless Painless: Fix method references to ctor with the new LambdaBootstrap and cleanup code (#24406) 2017-05-01 16:15:13 -07:00
percolator Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
reindex Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Set available processors for Netty 2017-05-01 19:27:28 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00