Skip to content

Commit 2de1960

Browse files
committed
as soon as instead of as long as.
1 parent a84c251 commit 2de1960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/routing/allocation/shards/ShardsAvailabilityHealthIndicatorService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static void updateShardAllocationStatus(
254254
NAME,
255255
"initializing_shards",
256256
"Elasticsearch is currently initializing the unavailable shards. Please wait for the initialization to finish.",
257-
"The shards will become available as long as the initialization completes. No action is required by the user, you can"
257+
"The shards will become available as soon as the initialization completes. No action is required by the user, you can"
258258
+ " monitor the progress of the initializing shards at "
259259
+ WAIT_FOR_INITIALIZATION_GUIDE
260260
+ ".",

0 commit comments

Comments
 (0)