[DOCS] Remove shadow replica reference (#50029)
Removes a reference to shadow replicas from the cat shards API docs and a comment in cluster/routing/UnassignedInfo.java. Shadow replicas were removed with #23906.
This commit is contained in:
parent
8891f4db88
commit
3f5678ca79
|
@ -257,7 +257,7 @@ Reason the shard is unassigned. Returned values are:
|
|||
* `NEW_INDEX_RESTORED`: Unassigned as a result of restoring into a new index.
|
||||
* `NODE_LEFT`: Unassigned as a result of the node hosting it leaving the cluster.
|
||||
* `REALLOCATED_REPLICA`: A better replica location is identified and causes the existing replica allocation to be cancelled.
|
||||
* `REINITIALIZED`: When a shard moves from started back to initializing, for example, with shadow replicas.
|
||||
* `REINITIALIZED`: When a shard moves from started back to initializing.
|
||||
* `REPLICA_ADDED`: Unassigned as a result of explicit addition of a replica.
|
||||
* `REROUTE_CANCELLED`: Unassigned as a result of explicit cancel reroute command.
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ public final class UnassignedInfo implements ToXContentFragment, Writeable {
|
|||
*/
|
||||
REROUTE_CANCELLED,
|
||||
/**
|
||||
* When a shard moves from started back to initializing, for example, during shadow replica
|
||||
* When a shard moves from started back to initializing.
|
||||
*/
|
||||
REINITIALIZED,
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue