Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
ywangd committed Oct 30, 2024
1 parent a489dec commit 3dabc4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ private ClusterState rerouteWithResetFailedCounter(ClusterState clusterState) {
reroute(allocation, routingAllocation -> shardsAllocator.allocate(routingAllocation, ActionListener.noop()));
return buildResultAndLogHealthChange(clusterState, allocation, "reroute with reset failed counter");
}

private static void disassociateDeadNodes(RoutingAllocation allocation) {
for (Iterator<RoutingNode> it = allocation.routingNodes().mutableIterator(); it.hasNext();) {
RoutingNode node = it.next();
Expand Down

0 comments on commit 3dabc4b

Please sign in to comment.