Skip to content

Commit 55384bd

Browse files
committed
Fix test after log message changed
1 parent a0b654b commit 55384bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceReconcilerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ public Decision canAllocate(ShardRouting shardRouting, RoutingNode node, Routing
15301530
"Should log the NO decisions",
15311531
UndesiredAllocationsTracker.class.getCanonicalName(),
15321532
Level.WARN,
1533-
"[" + shardToPreventMovement + "][0] cannot be allocated on node [data-node-2]: [NO(Blocks allocation on node 2)]"
1533+
"[" + shardToPreventMovement + "][0] allocation decision for node [data-node-2]: [NO(Blocks allocation on node 2)]"
15341534
)
15351535
);
15361536

0 commit comments

Comments
 (0)