OpenSearch/modules
Martijn van Groningen 766b9d600e
Fixed a bug that prevents pipelines to load that use stored scripts after a restart.
The bug was caused because the ScriptService had no reference to a ClusterState instance,
because it received the ClusterState after the PipelineStore. This only is the case
after a restart.

A bad side effect is that during a restart, any pipeline to be loaded after the pipeline that uses a stored script,
was never loaded, which caused many pipeline to be missing in bulk / index request api calls.
2018-02-09 17:14:00 +01: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 Fixed a bug that prevents pipelines to load that use stored scripts after a restart. 2018-02-09 17:14:00 +01:00
lang-expression upgrade to lucene 7.2.1 (#28218) 2018-01-15 16:47:46 +01:00
lang-mustache [TEST] fix test to use a dedicated index to ensure lucene docIDs are guaranteed 2018-01-26 14:52:39 +01:00
lang-painless Painless: Fixes a null pointer exception in certain cases of for loop usage (#28506) 2018-02-05 11:57:21 -08:00
mapper-extras Remove the `update_all_types` option. (#28288) 2018-01-22 12:03:07 +01:00
parent-join Start switching to non-deprecated ParseField.match method (#28488) 2018-02-02 10:10:13 -07:00
percolator Start switching to non-deprecated ParseField.match method (#28488) 2018-02-02 10:10:13 -07:00
rank-eval Test that rank_eval request parsing is not lenient (#28516) 2018-02-08 17:38:45 +01:00
reindex Use non deprecated xcontenthelper (#28503) 2018-02-05 16:18:18 -07:00
repository-url Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
transport-netty4 Update Netty to 4.1.16.Final (#28345) 2018-01-25 12:48:43 -07:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00