Skip to content

Commit 6ab589b

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 f050c2a commit 6ab589b

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
@@ -257,7 +257,7 @@ Reason the shard is unassigned. Returned values are:
257257
* `NEW_INDEX_RESTORED`: Unassigned as a result of restoring into a new index.
258258
* `NODE_LEFT`: Unassigned as a result of the node hosting it leaving the cluster.
259259
* `REALLOCATED_REPLICA`: A better replica location is identified and causes the existing replica allocation to be cancelled.
260-
* `REINITIALIZED`: When a shard moves from started back to initializing, for example, with shadow replicas.
260+
* `REINITIALIZED`: When a shard moves from started back to initializing.
261261
* `REPLICA_ADDED`: Unassigned as a result of explicit addition of a replica.
262262
* `REROUTE_CANCELLED`: Unassigned as a result of explicit cancel reroute command.
263263

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public enum Reason {
100100
*/
101101
REROUTE_CANCELLED,
102102
/**
103-
* When a shard moves from started back to initializing, for example, during shadow replica
103+
* When a shard moves from started back to initializing.
104104
*/
105105
REINITIALIZED,
106106
/**

0 commit comments

Comments
 (0)