Doc fix explaining resynchronization with the Cancel command.
Added line explaining resync process to Reroute/Cancel command. Closes #5025
This commit is contained in:
parent
164d52767c
commit
e935a301df
|
@ -58,7 +58,9 @@ The commands supported are:
|
|||
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
|
||||
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 an unassigned shard to a node. Accepts the
|
||||
|
|
Loading…
Reference in New Issue