OpenSearch/x-pack/plugin
Albert Zaharovits fb1005fffc
Fix Token Service retry mechanism (#39639)
Fixes several errors of the token retry logic:

* not checking for backoff.hasNext() before calling backoff.next()
* checking for backoff.hasNext() without calling backoff.next()
* not preserving the context on the retry
* calling scheduleWithFixedDelay instead of schedule
2019-03-06 15:32:23 +02:00
..
ccr Tidy up GroupedActionListener (#39633) 2019-03-06 09:25:10 +00:00
core Types removal security index template (#39705) (#39728) 2019-03-06 18:53:59 +11:00
data-frame Add roles and cluster privileges for data frame transforms (#39661) 2019-03-05 14:07:25 +00:00
deprecation ML refactor DatafeedsConfig(Update) so defaults are not populated in queries or aggs (#38822) (#39119) 2019-02-19 12:45:56 -06:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Handle failure to release retention leases in ILM (#39281) (#39417) 2019-02-26 16:58:30 -07:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml [ML] Use scaling thread pool and xpack.ml.max_open_jobs cluster-wide dynamic (#39736) 2019-03-06 12:29:34 +00:00
monitoring Add ILM plugin for MonitoringIT tests (#39271) 2019-02-21 21:45:43 -07:00
rollup Fixed missed stopping of SchedulerEngine (#39193) 2019-02-21 14:31:33 -07:00
security Fix Token Service retry mechanism (#39639) 2019-03-06 15:32:23 +02:00
sql SQL: Don't allow inexact fields for MIN/MAX (#39563) 2019-03-04 15:35:11 +01:00
src/test Types removal security index template (#39705) (#39728) 2019-03-06 18:53:59 +11:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher Use any index specified by .watches for Watcher (#39541) (#39708) 2019-03-05 11:45:34 -07:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00