HDFS-16279. Print detail datanode info when process first storage report (#3564)
(cherry picked from commit 6aa664c624
)
This commit is contained in:
parent
847cff7d91
commit
7e57fc053a
|
@ -2739,7 +2739,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