OpenSearch/modules
Alexander Reelsen 80d0a32f8e ScriptService: Replace max compilation per minute setting with max compilation rate (#26399)
The current script service has a script compilation limit for a one
minute window. This is set to a small default value of 15. Instead of
increasing that default value, this commit introduces a new setting 
that allows to configure a rate per time unit, so that the script service can deal with bursts better.

The new setting is named `script.max_compilations_rate`,
requires a nonnegative number and a positive time value.

The default is `75/5m`, which is equivalent to the existing 15 per minute.
2017-09-01 10:15:27 +02:00
..
aggs-matrix-stats [TEST] Fix internalMatrixStatsTests failure 2017-08-02 16:36:34 +01:00
analysis-common Remove the _all metadata field (#26356) 2017-08-28 17:43:59 +02:00
ingest-common Consolidate locale parsing. (#26400) 2017-08-30 10:58:33 +02:00
lang-expression ScriptService: Replace max compilation per minute setting with max compilation rate (#26399) 2017-09-01 10:15:27 +02:00
lang-mustache ScriptService: Replace max compilation per minute setting with max compilation rate (#26399) 2017-09-01 10:15:27 +02:00
lang-painless ScriptService: Replace max compilation per minute setting with max compilation rate (#26399) 2017-09-01 10:15:27 +02:00
parent-join Moves deferring code into its own subclass (#26421) 2017-08-30 11:15:40 +01:00
percolator Serialize and expose timeout of acknowledged requests in REST layer (#26189) 2017-08-16 07:43:05 +08:00
reindex [TEST] test logging for reindex RethrottleTests #26192 2017-08-28 15:50:38 -07:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
tribe Use nio transport in test clusters (#25986) 2017-08-01 16:19:31 -05:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00