HDFS-17431. Fix log format for BlockRecoveryWorker#recoverBlocks (#6643)
This commit is contained in:
parent
8b2058a4e7
commit
12a26d8b19
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user