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
* It's recommended to reindex on indices with a green status. Reindexing can fail when a node shuts down or crashes.
70
70
* * When requested with `wait_for_completion=true` (default), the request fails if the node shuts down.
71
-
* * When requested with `wait_for_completion=false`, a task id is returned, which can be used via the task management API to monitor the task. The task may disappear or fail if the node shuts down.
71
+
* * When requested with `wait_for_completion=false`, a task id is returned, for use with the task management APIs. The task may disappear or fail if the node shuts down.
72
72
* When retrying a failed reindex operation, it might be necessary to set `conflicts=proceed` or to first delete the partial destination index.
73
73
* Additionally, dry runs, checking disk space, and fetching index recovery information can help address the root cause.
0 commit comments