OpenSearch/modules
Jason Tedor 6bf742dd1b
Fix EsAbortPolicy to conform to API (#29075)
The rejected execution handler API says that rejectedExecution(Runnable,
ThreadPoolExecutor) throws a RejectedExecutionException if the task must
be rejected due to capacity on the executor. We do throw something that
smells like a RejectedExecutionException (it is named
EsRejectedExecutionException) yet we violate the API because
EsRejectedExecutionException is not a RejectedExecutionException. This
has caused problems before where we try to catch RejectedExecution when
invoking rejectedExecution but this causes EsRejectedExecutionException
to go uncaught. This commit addresses this by modifying
EsRejectedExecutionException to extend
RejectedExecutionException.
2018-03-16 14:34:36 -04:00
..
aggs-matrix-stats Start switching to non-deprecated ParseField.match method (#28488) 2018-02-02 10:10:13 -07:00
analysis-common Allow TrimFilter to be used in custom normalizers (#27758) 2017-12-18 14:27:03 +00:00
ingest-common Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
lang-expression upgrade to lucene 7.2.1 (#28218) 2018-01-15 16:47:46 +01:00
lang-mustache Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
lang-painless Painless: Correct ClassToName string conversion (#28997) 2018-03-13 13:16:48 -07:00
mapper-extras Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
parent-join Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
percolator Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
rank-eval Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
reindex Fix EsAbortPolicy to conform to API (#29075) 2018-03-16 14:34:36 -04:00
repository-url Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
transport-netty4 Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00