Skip to content

Commit 98a8236

Browse files
committed
Move log message
1 parent 857013f commit 98a8236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ protected void handle(DiscoveryNode sender, DiscoveryNode destination, String ac
330330

331331
@Override
332332
protected void onBlackholedDuringSend(long requestId, String action, DiscoveryNode destination) {
333-
logger.trace("dropping {}", getRequestDescription(requestId, action, destination));
334333
if (action.equals(HANDSHAKE_ACTION_NAME)) {
334+
logger.trace("ignoring blackhole and delivering {}", getRequestDescription(requestId, action, destination));
335335
// handshakes always have a timeout, and are sent in a blocking fashion, so we must respond with an exception.
336336
sendFromTo(destination, getLocalNode(), action, getDisconnectException(requestId, action, destination));
337337
} else {

0 commit comments

Comments
 (0)