- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getRoutingNodes (0.06 seconds)
-
benchmarks/src/main/java/org/elasticsearch/benchmark/routing/allocation/AllocationBenchmark.java
public ClusterState measureAllocation() { ClusterState clusterState = initialClusterState; while (clusterState.getRoutingNodes().hasUnassignedShards()) { clusterState = strategy.applyStartedShards( clusterState, clusterState.getRoutingNodes().shardsWithState(ShardRoutingState.INITIALIZING) ); clusterState = strategy.reroute(clusterState, "reroute");
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Apr 13 08:33:41 GMT 2021 - 6.7K bytes - Click Count (0)