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.
2 parents 1d55221 + c5b0360 commit b4b3481Copy full SHA for b4b3481
docs/changelog/137306.yaml
@@ -0,0 +1,5 @@
1
+pr: 137306
2
+summary: Shard started reroute high priority
3
+area: Allocation
4
+type: enhancement
5
+issues: []
server/src/main/java/org/elasticsearch/cluster/action/shard/ShardStateAction.java
@@ -829,7 +829,7 @@ private static boolean assertStartedIndicesHaveCompleteTimestampRanges(ClusterSt
829
public void clusterStatePublished(ClusterState newClusterState) {
830
rerouteService.reroute(
831
"reroute after starting shards",
832
- Priority.NORMAL,
+ Priority.HIGH,
833
ActionListener.wrap(
834
r -> logger.trace("reroute after starting shards succeeded"),
835
e -> logger.debug("reroute after starting shards failed", e)
0 commit comments