-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Document removal of freeze index API in migration guide #79801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,21 @@ | |
//Installation and Upgrade Guide | ||
|
||
//tag::notable-breaking-changes[] | ||
.The deprecated freeze index API has been removed. | ||
[%collapsible] | ||
==== | ||
*Details* + | ||
The freeze index API (`POST /<index>/_freeze`) was deprecated in 7.14 and | ||
removed in 8.0. | ||
https://www.elastic.co/blog/significantly-decrease-your-elasticsearch-heap-memory-usage[Improvements | ||
in heap memory usage] have eliminated the reason to freeze indices. | ||
Existing frozen indices can still be unfrozen with the | ||
<<unfreeze-index-api,unfreeze index API>>. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For some reason, it doesn't like the reference to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This content is reused in the Stack Install and Upgrade Guide. Internal links, such as I'd also reword this sentence slightly:
As CJ pointed out in #70192, it'd be good to recommend the frozen data tier as a replacement (if applicable) and provide some steps for migrating formerly frozen indices to the frozen tier. |
||
|
||
*Impact* + | ||
Requests made to the old freeze index API will return an error. | ||
==== | ||
|
||
.The cat node API's `local` query parameter has been removed. | ||
[%collapsible] | ||
==== | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,21 @@ instead for that purpose. | |
Requests made to the old `_upgrade` API will return an error. | ||
==== | ||
|
||
.The deprecated freeze index API has been removed. | ||
[%collapsible] | ||
==== | ||
*Details* + | ||
The freeze index API (`POST /<index>/_freeze`) was deprecated in 7.14 and | ||
removed in 8.0. | ||
https://www.elastic.co/blog/significantly-decrease-your-elasticsearch-heap-memory-usage[Improvements | ||
in heap memory usage] have eliminated the reason to freeze indices. | ||
Existing frozen indices can still be unfrozen with the | ||
<<unfreeze-index-api,unfreeze index API>>. | ||
|
||
*Impact* + | ||
Requests made to the old freeze index API will return an error. | ||
==== | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd just add the breaking change to one file. I plan to reorganize this by component in #79162 so it doesn't really matter which file you put it in. If I had to chose, I'd go with |
||
.The force merge API's `max_num_segments` and `only_expunge_deletes` parameters cannot both be specified in the same request. | ||
[%collapsible] | ||
==== | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.