Merge pull request #5055 from seang-es/fix/5025
Doc fix explaining resynchronization with the Cancel command.
This commit is contained in:
commit
836a08c075
|
@ -58,7 +58,9 @@ The commands supported are:
|
||||||
and `shard` for index name and shard number, and `node` for the node to
|
and `shard` for index name and shard number, and `node` for the node to
|
||||||
cancel the shard allocation on. It also accepts `allow_primary` flag to
|
cancel the shard allocation on. It also accepts `allow_primary` flag to
|
||||||
explicitly specify that it is allowed to cancel allocation for a primary
|
explicitly specify that it is allowed to cancel allocation for a primary
|
||||||
shard.
|
shard. This can be used to force resynchronization of existing replicas
|
||||||
|
from the primary shard by cancelling them and allowing them to be
|
||||||
|
reinitialized through the standard reallocation process.
|
||||||
|
|
||||||
`allocate`::
|
`allocate`::
|
||||||
Allocate an unassigned shard to a node. Accepts the
|
Allocate an unassigned shard to a node. Accepts the
|
||||||
|
|
Loading…
Reference in New Issue