HDFS-16279. Print detail datanode info when process first storage report (#3564)
This commit is contained in:
parent
2e32cc68fc
commit
6aa664c624
|
@ -2778,7 +2778,7 @@ public class BlockManager implements BlockStatsMXBean {
|
||||||
+ "storage report for {} from datanode {}",
|
+ "storage report for {} from datanode {}",
|
||||||
strBlockReportId,
|
strBlockReportId,
|
||||||
storageInfo.getStorageID(),
|
storageInfo.getStorageID(),
|
||||||
nodeID.getDatanodeUuid());
|
nodeID);
|
||||||
processFirstBlockReport(storageInfo, newReport);
|
processFirstBlockReport(storageInfo, newReport);
|
||||||
} else {
|
} else {
|
||||||
// Block reports for provided storage are not
|
// Block reports for provided storage are not
|
||||||
|
|
Loading…
Reference in New Issue