mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
HistoryStore
There were a few corner cases where a `HistoryStore.put` operation was underway while we were shutting down since we were not holding any lock during this time. This change adds a ReadWriteLock and uses the ReadLock for updates and put operations and the WriteLock for shutdown. Also add a lock around the manual execution of a watch since it could change the status. Fixes elastic/elasticsearch#204 Original commit: elastic/x-pack-elasticsearch@60ef78eff5
= Elasticsearch Alerts Plugin This plugins adds alerting features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.
Description
Languages
Java
99.5%
Groovy
0.4%