OpenSearch/x-pack/plugin
Henning Andersen 68ed72b923
Handle scheduler exceptions (#38014)
Scheduler.schedule(...) would previously assume that caller handles
exception by calling get() on the returned ScheduledFuture.
schedule() now returns a ScheduledCancellable that no longer gives
access to the exception. Instead, any exception thrown out of a
scheduled Runnable is logged as a warning.

This is a continuation of #28667, #36137 and also fixes #37708.
2019-01-31 17:51:45 +01:00
..
ccr Handle scheduler exceptions (#38014) 2019-01-31 17:51:45 +01:00
core Update PutFollowAction serialization post-backport (#37989) 2019-01-31 09:31:22 -07:00
deprecation [ML] Datafeed deprecation checks (#38026) 2019-01-30 20:12:20 +00:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Skip Shrink when numberOfShards not changed (#37953) 2019-01-30 15:09:17 -08:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml Handle scheduler exceptions (#38014) 2019-01-31 17:51:45 +01:00
monitoring Handle scheduler exceptions (#38014) 2019-01-31 17:51:45 +01:00
rollup Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
security Handle scheduler exceptions (#38014) 2019-01-31 17:51:45 +01:00
sql SQL: Implement FIRST/LAST aggregate functions (#37936) 2019-01-31 16:33:05 +02:00
src/test Move watcher to use seq# and primary term for concurrency control (#37977) 2019-01-30 20:14:59 -05: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 Move watcher to use seq# and primary term for concurrency control (#37977) 2019-01-30 20:14:59 -05:00
build.gradle Simplify integ test distribution types (#37618) 2019-01-21 12:37:17 -08:00