Skip to content

Commit 81dce9b

Browse files
unassigned note
1 parent 3ce24d7 commit 81dce9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public enum ShardRoutingState {
1717
* The shard is not assigned to any node; any data which it contains is unavailable to the cluster.
1818
*
1919
* 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.
20+
* recovering this shard copy. A shard may also transition back to {@link #UNASSIGNED} in case of an assignment failure.
2121
*/
2222
UNASSIGNED((byte) 1),
2323

0 commit comments

Comments
 (0)