mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +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