Skip to content

Commit 7461342

Browse files
[DOCS] Remove the sentence on deleting document in .tasks (#87310) (#92266)
* Remove the sentence on deleting document in .tasks Before 8.0, one should run`DELETE .tasks/_doc/<node_id>:<task_id>` to reclaim the space. As the restriction on system indices are tightened since 8.0, deleting old documents from `.tasks` is no longer possible. See #77383 This PR only updates the documentation to avoid confusion, the automatic mechanism is still to be implmented. * Removing sentance from update-by-query page. Co-authored-by: Amy Jonsson <[email protected]> Co-authored-by: Amy Jonsson <[email protected]>
1 parent f20d352 commit 7461342

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ If the request contains `wait_for_completion=false`, {es}
141141
performs some preflight checks, launches the request, and returns a
142142
<<tasks,`task`>> you can use to cancel or get the status of the task.
143143
{es} creates a record of this task as a document at `_tasks/<task_id>`.
144-
When you are done with a task, you should delete the task document so
145-
{es} can reclaim the space.
146144

147145
[[docs-reindex-from-multiple-sources]]
148146
===== Reindex from multiple sources

docs/reference/docs/update-by-query.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ If the request contains `wait_for_completion=false`, {es}
9999
performs some preflight checks, launches the request, and returns a
100100
<<tasks,`task`>> you can use to cancel or get the status of the task.
101101
{es} creates a record of this task as a document at `.tasks/task/${taskId}`.
102-
When you are done with a task, you should delete the task document so
103-
{es} can reclaim the space.
104102

105103
===== Waiting for active shards
106104

0 commit comments

Comments
 (0)