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 bfdd51b commit 5c3b3b2Copy full SHA for 5c3b3b2
server/src/main/java/org/elasticsearch/cluster/routing/allocation/AllocationService.java
@@ -138,6 +138,10 @@ public ShardRoutingRoleStrategy getShardRoutingRoleStrategy() {
138
return shardRoutingRoleStrategy;
139
}
140
141
+ public ClusterInfoService getClusterInfoService() {
142
+ return clusterInfoService;
143
+ }
144
+
145
/**
146
* Applies the started shards. Note, only initializing ShardRouting instances that exist in the routing table should be
147
* provided as parameter and no duplicates should be contained.
0 commit comments