Skip to content

Commit 416b1f0

Browse files
Update specification/cat/_types/CatBase.ts
Co-authored-by: Lisa Cawley <[email protected]>
1 parent 835f7c3 commit 416b1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cat/_types/CatBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ export enum CatShardColumn {
16651665
* * `MANUAL_ALLOCATION`: The shard’s allocation was last modified by the Cluster reroute API.
16661666
* * `NEW_INDEX_RESTORED`: Unassigned as a result of restoring into a new index.
16671667
* * `NODE_LEFT`: Unassigned as a result of the node hosting it leaving the cluster.
1668-
* * `NODE_RESTARTING`: Similar to NODE_LEFT, except that the node was registered as restarting using the Node shutdown API.
1668+
* * `NODE_RESTARTING`: Similar to `NODE_LEFT`, except that the node was registered as restarting using the Node shutdown API.
16691669
* * `PRIMARY_FAILED`: The shard was initializing as a replica, but the primary shard failed before the initialization completed.
16701670
* * `REALLOCATED_REPLICA`: A better replica location is identified and causes the existing replica allocation to be cancelled.
16711671
* * `REINITIALIZED`: When a shard moves from started back to initializing.

0 commit comments

Comments
 (0)