mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 08:25:26 +00:00
The old handling was not thread safe, as it used to replace volatile objects in the code. This implementation uses a concurrent hashmap to easily allow adding/removing schedules without having to replace whole objects Original commit: elastic/x-pack-elasticsearch@0aa618b372