OpenSearch/x-pack/plugin
David Roberts da97325790 [ML] Speed up persistent task rechecks in ML failover tests (#43291)
The ML failover tests sometimes need to wait for jobs to be
assigned to new nodes following a node failure.  They wait
10 seconds for this to happen.  However, if the node that
failed was the master node and a new master was elected then
this 10 seconds might not be long enough as a refresh of the
memory stats will delay job assignment.  Once the memory
refresh completes the persistent task will be assigned when
the next cluster state update occurs or after the periodic
recheck interval, which defaults to 30 seconds.  Rather than
increase the length of the wait for assignment to 31 seconds,
this change decreases the periodic recheck interval to 1
second.

Fixes #43289
2019-06-18 09:19:20 +01:00
..
ccr Rebuild version map when opening internal engine (#43202) 2019-06-17 18:08:09 -04:00
core Make ILM force merging best effort (#43246) 2019-06-17 08:45:22 -06:00
data-frame [ML][Data Frame] only complete task after state persistence (#43230) (#43294) 2019-06-17 16:49:00 -05:00
deprecation Fix hang in test for "too many fields" dep. check (#42909) 2019-06-06 08:28:32 -06:00
graph Testclusters: graph (#43033) 2019-06-13 09:50:59 +03:00
ilm Convert ILM tests to use testclusters (#43076) 2019-06-13 12:24:48 +03:00
logstash Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
ml [ML] Speed up persistent task rechecks in ML failover tests (#43291) 2019-06-18 09:19:20 +01:00
monitoring [7.x] Report exponential_avg_bucket_processing_time which gives more weight to recent buckets (#43189) (#43263) 2019-06-17 08:58:26 +02:00
rollup Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
security Enable node roles to be pluggable (#43175) 2019-06-13 15:15:48 -04:00
sql SQL: Increase hard limit for sorting on aggregates (#43220) 2019-06-14 13:51:38 +02:00
src/test Introduce stability description to the REST API specification (#38413) (#43278) 2019-06-17 16:57:13 +02:00
watcher Enable node roles to be pluggable (#43175) 2019-06-13 15:15:48 -04:00
build.gradle [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00