mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
84ce9f3618
This commit limits the `index.translog.sync_interval` to a value not less than `100ms` and removes the support for fsync on every operation which used to be enabled if `index.translog.sync_interval` was set to `0s` Now this pr also only schedules an async fsync if the durability is set to `async`. By default not async task is scheduled. Closes #16152