mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Synced flush was a brilliant idea. It supports instant recoveries with a quite small implementation. However, with the presence of sequence numbers and retention leases, it is no longer needed. This change removes it from 8.0. Relates #5077
7 lines
171 B
Text
7 lines
171 B
Text
[[indices-synced-flush-api]]
|
|
=== Synced flush API
|
|
++++
|
|
<titleabbrev>Synced flush</titleabbrev>
|
|
++++
|
|
|
|
Synced flush was removed. Use normal <<indices-flush,flush>> instead.
|