OpenSearch/plugins
Jason Tedor da74323141 Register thread pool settings
This commit refactors the handling of thread pool settings so that the
individual settings can be registered rather than registering the top
level group. With this refactoring, individual plugins must now register
their own settings for custom thread pools that they need, but a
dedicated API is provided for this in the thread pool module. This
commit also renames the prefix on the thread pool settings from
"threadpool" to "thread_pool". This enables a hard break on the settings
so that:
 - some of the settings can be given more sensible names (e.g., the max
   number of threads in a scaling thread pool is now named "max" instead
   of "size")
 - change the soft limit on the number of threads in the bulk and
   indexing thread pools to a hard limit
 - the settings names for custom plugins for thread pools can be
   prefixed (e.g., "xpack.watcher.thread_pool.size")
 - remove dynamic thread pool settings

Relates #18674
2016-06-06 22:09:12 -04:00
..
analysis-icu Upgrade to Lucene 6.0.1. 2016-06-01 10:31:10 +02:00
analysis-kuromoji Upgrade to Lucene 6.0.1. 2016-06-01 10:31:10 +02:00
analysis-phonetic Upgrade to Lucene 6.0.1. 2016-06-01 10:31:10 +02:00
analysis-smartcn Upgrade to Lucene 6.0.1. 2016-06-01 10:31:10 +02:00
analysis-stempel Upgrade to Lucene 6.0.1. 2016-06-01 10:31:10 +02:00
discovery-azure Merge branch 'master' into rjernst-placeholder 2016-06-03 13:32:03 -04:00
discovery-ec2 Register thread pool settings 2016-06-06 22:09:12 -04:00
discovery-gce Register thread pool settings 2016-06-06 22:09:12 -04:00
ingest-attachment Remove custom Base64 implementation. #18413 2016-05-23 11:32:42 +02:00
ingest-geoip [TEST] Add missing sort processor to tests, continued 2016-05-17 16:39:53 -04:00
jvm-example Remove last vestigates of /bin/sh shebangs 2016-05-18 11:03:00 -04:00
lang-javascript Remove LeafSearchScript.runAsFloat(): Nothing calls it. 2016-05-15 22:59:28 -04:00
lang-python Remove LeafSearchScript.runAsFloat(): Nothing calls it. 2016-05-15 22:59:28 -04:00
mapper-attachments Remove deprecation suppression 2016-05-25 17:15:36 -04:00
mapper-murmur3 Lessen leniency of the query dsl. #18276 2016-05-16 17:37:00 +02:00
mapper-size Disable XContent auto closing of object and arrays 2016-05-25 16:46:09 +02:00
repository-azure Fix uncaught checked exception in AzureTestUtils 2016-06-03 14:17:25 -04:00
repository-gcs Change BlobPath.buildAsString() method 2016-05-23 10:50:40 +02:00
repository-hdfs Clarify the semantics of the BlobContainer interface 2016-05-31 19:22:55 -04:00
repository-s3 Merge branch 'master' into rjernst-placeholder 2016-06-03 13:32:03 -04:00
store-smb Add primitive to shrink an index into a single shard (#18270) 2016-05-31 10:41:44 +02:00
build.gradle Revert "Build: Switch to maven-publish plugin" 2016-03-18 17:22:25 -07:00