Skip to content

Commit 858f3d9

Browse files
committed
Correct log message in Balancer
1 parent 890c4e2 commit 858f3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/BalancedShardsAllocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ private void balanceByWeights(NodeSorter sorter) {
584584
}
585585
if (logger.isTraceEnabled()) {
586586
logger.trace(
587-
"Stop balancing index [{}] min_node [{}] weight: [{}] max_node [{}] weight: [{}] delta: [{}]",
587+
"Stop balancing index [{}] max_node [{}] weight: [{}] min_node [{}] weight: [{}] delta: [{}]",
588588
index,
589589
maxNode.getNodeId(),
590590
weights[highIdx],

0 commit comments

Comments
 (0)