ZanderXu commented on code in PR #4559:
URL: https://github.com/apache/hadoop/pull/4559#discussion_r928183934


##########
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java:
##########
@@ -3607,7 +3607,7 @@ private Block addStoredBlock(final BlockInfo block,
       curReplicaDelta =
           (node.isDecommissioned() || node.isDecommissionInProgress()) ? 0 : 1;
       if (logEveryBlock) {
-        blockLog.debug("BLOCK* addStoredBlock: {} is added to {} (size={})",
+        blockLog.info("BLOCK* addStoredBlock: {} is added to {} (size={})",

Review Comment:
   Thanks @Hexiaoqiao for your review.  We have released it in our prod 
environment and it works well.
   
   `logEveryBlock=true` means that we should output some logs about this block. 
And I have checked the callers and they are expected.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to