mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
This fixes a bug I found with a customer when he updated from 1.x to 2.x. Due to an BWC incompatible change in the watch history mapping and a thread pool rejection during execution a watch was not removed from the triggered watches and tried to be executed again. While trying to fix it it turned out that the execution of the failure test case was still done in the transport thread and thus required some offloading to another thread pool. Original commit: elastic/x-pack-elasticsearch@df04ce31f2
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.