Skip to content

Commit d0d858a

Browse files
committed
Fix comment for REINITIALIZED unassigned reason.
1 parent b506f0a commit d0d858a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public enum Reason {
139139
*/
140140
REROUTE_CANCELLED,
141141
/**
142-
* When a shard moves from started back to initializing.
142+
* Unassigned as a result of the recovery source (the primary shard) changed during initialization.
143143
*/
144144
REINITIALIZED,
145145
/**

0 commit comments

Comments
 (0)