Skip to content

Commit 57b8620

Browse files
lcawlmarciw
andauthored
Update specification/cluster/reroute/ClusterRerouteRequest.ts
Co-authored-by: Marci W <[email protected]>
1 parent 2f0a84a commit 57b8620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cluster/reroute/ClusterRerouteRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Command } from './types'
2525
/**
2626
* Reroute the cluster.
2727
* Manually change the allocation of individual shards in the cluster.
28-
* For example, a shard can be moved from one node to another explicitly, an allocation can be cancelled, and an unassigned shard can be explicitly allocated to a specific node.
28+
* For example, a shard can be moved from one node to another explicitly, an allocation can be canceled, and an unassigned shard can be explicitly allocated to a specific node.
2929
*
3030
* It is important to note that after processing any reroute commands Elasticsearch will perform rebalancing as normal (respecting the values of settings such as `cluster.routing.rebalance.enable`) in order to remain in a balanced state.
3131
* For example, if the requested allocation includes moving a shard from node1 to node2 then this may cause a shard to be moved from node2 back to node1 to even things out.

0 commit comments

Comments
 (0)