OpenSearch/qa/smoke-test-watcher-with-pai...
Alexander Reelsen 7c04897392 Watcher: Compile scripts on each invocation (elastic/elasticsearch#4239)
Transform and condition scripts were only compiled on its initial creation, so
when a new watch is created or when the master node loads all the watches. However
changing a script (like a stored one) did not lead to any changes in the in memory
watch store and thus the old script was executed again.

We do however have a mechanism in Elasticsearch's ScriptService that already does some
caching, and should reuse that one.

Closes elastic/elasticsearch#4237

Original commit: elastic/x-pack-elasticsearch@477548e237
2016-12-02 10:36:05 +01:00
..
src/test Watcher: Compile scripts on each invocation (elastic/elasticsearch#4239) 2016-12-02 10:36:05 +01:00
build.gradle Build: Reorganize src roots 2016-10-01 09:46:43 +02:00