Skip to content

Commit 6535937

Browse files
committed
Set log level of "delaying recovery" message to DEBUG
1 parent 61f17e7 commit 6535937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/elasticsearch/indices/recovery/PeerRecoveryTargetService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public void messageReceived(final RecoveryTranslogOperationsRequest request, fin
427427
// which causes local mapping changes since the mapping (clusterstate) might not have arrived on this node.
428428
// we want to wait until these mappings are processed but also need to do some maintenance and roll back the
429429
// number of processed (completed) operations in this batch to ensure accounting is correct.
430-
logger.trace("delaying recovery due to missing mapping changes", exception);
430+
logger.debug("delaying recovery due to missing mapping changes", exception);
431431
// we do not need to use a timeout here since the entire recovery mechanism has an inactivity protection (it will be
432432
// canceled)
433433
observer.waitForNextChange(new ClusterStateObserver.Listener() {

0 commit comments

Comments
 (0)