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 890c4e2 commit 858f3d9Copy full SHA for 858f3d9
server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/BalancedShardsAllocator.java
@@ -584,7 +584,7 @@ private void balanceByWeights(NodeSorter sorter) {
584
}
585
if (logger.isTraceEnabled()) {
586
logger.trace(
587
- "Stop balancing index [{}] min_node [{}] weight: [{}] max_node [{}] weight: [{}] delta: [{}]",
+ "Stop balancing index [{}] max_node [{}] weight: [{}] min_node [{}] weight: [{}] delta: [{}]",
588
index,
589
maxNode.getNodeId(),
590
weights[highIdx],
0 commit comments