You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate freeze and unfreeze indices endpoints in REST API specification (#75042) (#75058)
* Deprecate frozen indices endpoint
* Improve description to match warning
* Deprecate unfreeze indices in REST API specs
Co-authored-by: Steve Gordon <[email protected]>
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/indices.freeze.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
"type":"string",
22
22
"description":"The name of the index to freeze"
23
23
}
24
+
},
25
+
"deprecated":{
26
+
"version":"7.14.0",
27
+
"description":"Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release."
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/indices.unfreeze.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
"type":"string",
22
22
"description":"The name of the index to unfreeze"
23
23
}
24
+
},
25
+
"deprecated":{
26
+
"version":"7.14.0",
27
+
"description":"Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release."
0 commit comments