Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for shardsWithState (0.08 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/routing/allocation/AllocationBenchmark.java

            while (clusterState.getRoutingNodes().hasUnassignedShards()) {
                clusterState = strategy.applyStartedShards(
                    clusterState,
                    clusterState.getRoutingNodes().shardsWithState(ShardRoutingState.INITIALIZING)
                );
                clusterState = strategy.reroute(clusterState, "reroute");
            }
            return clusterState;
        }
    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)
Back to Top