File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
docs/reference/migration/migrate_8_0 Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,22 @@ instead for that purpose.
1818Requests made to the old `_upgrade` API will return an error.
1919====
2020
21+ .The deprecated freeze index API has been removed.
22+ [%collapsible]
23+ ====
24+ *Details* +
25+ The freeze index API (`POST /<index>/_freeze`) has been removed.
26+ https://www.elastic.co/blog/significantly-decrease-your-elasticsearch-heap-memory-usage[Improvements
27+ in heap memory usage] have eliminated the reason to freeze indices.
28+ You can still unfreeze existing frozen indices using the
29+ {ref}/unfreeze-index-api.html[unfreeze index API]. For some use cases, the
30+ frozen tier may be a suitable replacement for frozen indices. See
31+ {ref}/data-tiers.html[data tiers] for more information.
32+
33+ *Impact* +
34+ Requests made to the old freeze index API will return an error.
35+ ====
36+
2137.The force merge API's `max_num_segments` and `only_expunge_deletes` parameters cannot both be specified in the same request.
2238[%collapsible]
2339====
You can’t perform that action at this time.
0 commit comments