OpenSearch/modules
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
..
aggs-matrix-stats remove unrecognized javadoc tag from matrix aggregation module 2016-06-01 17:30:20 -05:00
ingest-grok add ability to specify multiple grok patterns (#18074) 2016-05-25 12:20:39 -07:00
lang-expression Upgrade to Lucene 6.0.1. 2016-06-01 10:31:10 +02:00
lang-groovy Add support for waiting until a refresh occurs 2016-06-06 11:37:53 -04:00
lang-mustache Register thread pool settings 2016-06-06 22:09:12 -04:00
lang-painless Cleaned up SEach node. 2016-06-06 18:21:08 -07:00
percolator Add support for waiting until a refresh occurs 2016-06-06 11:37:53 -04:00
reindex Register thread pool settings 2016-06-06 22:09:12 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00