We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce24d7 commit 81dce9bCopy full SHA for 81dce9b
server/src/main/java/org/elasticsearch/cluster/routing/ShardRoutingState.java
@@ -17,7 +17,7 @@ public enum ShardRoutingState {
17
* The shard is not assigned to any node; any data which it contains is unavailable to the cluster.
18
*
19
* A shard transitions from {@link #UNASSIGNED} to {@link #INITIALIZING} when the master wants an assigned data node to create or start
20
- * recovering this shard copy.
+ * recovering this shard copy. A shard may also transition back to {@link #UNASSIGNED} in case of an assignment failure.
21
*/
22
UNASSIGNED((byte) 1),
23
0 commit comments