Skip to content

Commit 5fd0770

Browse files
committed
Fix test after log message changed
1 parent 6db1bc3 commit 5fd0770

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
@@ -1528,7 +1528,7 @@ public Decision canAllocate(ShardRouting shardRouting, RoutingNode node, Routing
15281528
"Should log the NO decisions",
15291529
UndesiredAllocationsTracker.class.getCanonicalName(),
15301530
Level.WARN,
1531-
"[" + shardToPreventMovement + "][0] cannot be allocated on node [data-node-2]: [NO(Blocks allocation on node 2)]"
1531+
"[" + shardToPreventMovement + "][0] allocation decision for node [data-node-2]: [NO(Blocks allocation on node 2)]"
15321532
)
15331533
);
15341534

0 commit comments

Comments
 (0)