HDFS-17431. Fix log format for BlockRecoveryWorker#recoverBlocks (#6643)

This commit is contained in:
huhaiyang 2024-03-20 11:22:45 +08:00 committed by GitHub
parent 8b2058a4e7
commit 12a26d8b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -628,7 +628,7 @@ public void run() {
new RecoveryTaskContiguous(b).recover();
}
} catch (IOException e) {
LOG.warn("recover Block: {} FAILED: {}", b, e);
LOG.warn("recover Block: {} FAILED: ", b, e);
}
}
} finally {