Skip to content

Commit a2697dc

Browse files
committed
[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.
1 parent 520a4e8 commit a2697dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/cat/shards.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ These are the possible reasons for a shard to be in a unassigned state:
138138
`ALLOCATION_FAILED`:: Unassigned as a result of a failed allocation of the shard.
139139
`NODE_LEFT`:: Unassigned as a result of the node hosting it leaving the cluster.
140140
`REROUTE_CANCELLED`:: Unassigned as a result of explicit cancel reroute command.
141-
`REINITIALIZED`:: When a shard moves from started back to initializing, for example, with shadow replicas.
141+
`REINITIALIZED`:: When a shard moves from started back to initializing.
142142
`REALLOCATED_REPLICA`:: A better replica location is identified and causes the existing replica allocation to be cancelled.

server/src/main/java/org/elasticsearch/cluster/routing/UnassignedInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public enum Reason {
113113
*/
114114
REROUTE_CANCELLED,
115115
/**
116-
* When a shard moves from started back to initializing, for example, during shadow replica
116+
* When a shard moves from started back to initializing.
117117
*/
118118
REINITIALIZED,
119119
/**

0 commit comments

Comments
 (0)