OpenSearch/modules
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
..
aggs-matrix-stats Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
analysis-common Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
ingest-common Handle scheduler exceptions (#38014) 2019-01-31 17:51:45 +01:00
ingest-geoip Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
ingest-user-agent Add ECS schema for user-agent ingest processor (#37727) (#37984) 2019-01-30 11:24:18 -07:00
lang-expression Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
lang-mustache Introduce ability to minimize round-trips in CCS (#37828) 2019-01-31 15:12:14 +01:00
lang-painless Fix Painless void return bug (#38046) 2019-01-31 08:32:38 -08:00
mapper-extras Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
parent-join Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
percolator Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
rank-eval Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
reindex Handle scheduler exceptions (#38014) 2019-01-31 17:51:45 +01:00
repository-url Removes typed calls from YAML REST tests (#37611) 2019-01-30 16:32:58 +00:00
transport-netty4 Deprecate minimum_master_nodes (#37868) 2019-01-30 20:09:15 +00:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00