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
This is the code implementation task for opensearch-project/OpenSearch#6228. We should add some enhancement for the following long running operations to make them can be tracked by _tasks API :
shrink
split
clone
open
forcemerge
We can implement this by adding a new query parameter wait_for_completion to the APIs, when the parameter is set to false, then the API will return a task immediately and run asynchronously, when the operation completes its result will be written to .tasks index.
The text was updated successfully, but these errors were encountered:
This is the code implementation task for opensearch-project/OpenSearch#6228. We should add some enhancement for the following long running operations to make them can be tracked by _tasks API :
We can implement this by adding a new query parameter
wait_for_completion
to the APIs, when the parameter is set tofalse
, then the API will return a task immediately and run asynchronously, when the operation completes its result will be written to.tasks
index.The text was updated successfully, but these errors were encountered: