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
Copy file name to clipboardExpand all lines: specification/cluster/pending_tasks/ClusterPendingTasksRequest.ts
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,28 @@ import { RequestBase } from '@_types/Base'
21
21
import{Duration}from'@_types/Time'
22
22
23
23
/**
24
+
* Returns cluster-level changes (such as create index, update mapping, allocate or fail shard) that have not yet been executed.
25
+
* NOTE: This API returns a list of any pending updates to the cluster state.
26
+
* These are distinct from the tasks reported by the Task Management API which include periodic tasks and tasks initiated by the user, such as node stats, search queries, or create index requests.
27
+
* However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
0 commit comments