HDFS-16501. Print the exception when reporting a bad block (#4062)
Reviewed-by: tomscut <litao@bigo.sg> (cherry picked from commit 45ce1cce50c3ff65676d946e96bbc7846ad3131a)
This commit is contained in:
parent
e13408d9d2
commit
66be0a713f
@ -289,7 +289,7 @@ public void handle(ExtendedBlock block, IOException e) {
|
||||
volume, block);
|
||||
return;
|
||||
}
|
||||
LOG.warn("Reporting bad {} on {}", block, volume);
|
||||
LOG.warn("Reporting bad {} on {}", block, volume, e);
|
||||
scanner.datanode.handleBadBlock(block, e, true);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user