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 {}",
|
||||
strBlockReportId,
|
||||
storageInfo.getStorageID(),
|
||||
nodeID.getDatanodeUuid());
|
||||
nodeID);
|
||||
processFirstBlockReport(storageInfo, newReport);
|
||||
} else {
|
||||
// Block reports for provided storage are not
|
||||
|
|
Loading…
Reference in New Issue