Skip to content

Commit

Permalink
Deprecate freeze and unfreeze indices endpoints in REST API specifica…
Browse files Browse the repository at this point in the history
…tion (#75042) (#75056)

* Deprecate frozen indices endpoint
* Improve description to match warning
* Deprecate unfreeze indices in REST API specs

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
  • Loading branch information
elasticsearchmachine and stevejgordon committed Jul 7, 2021
1 parent cfd2c02 commit cdb8448
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"type":"string",
"description":"The name of the index to freeze"
}
},
"deprecated":{
"version":"7.14.0",
"description":"Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release."
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"type":"string",
"description":"The name of the index to unfreeze"
}
},
"deprecated":{
"version":"7.14.0",
"description":"Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release."
}
}
]
Expand Down

0 comments on commit cdb8448

Please sign in to comment.