mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
Until now the store implementations truncated the existing file and recreated it in-place. This has problems with bigger files as the files may not yet have finished to be written, when the WatchService tries to pick them up. This commit fixes the problem by creating a temp file first to write the new roles or user files and then moves it over. Also an atomic move is tried first, if the file system supports this. Closes elastic/elasticsearch#477 Original commit: elastic/x-pack-elasticsearch@75894dd75d
= Elasticsearch Security Plugin This plugins adds security 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%