Hexiaoqiao commented on code in PR #4559:
URL: https://github.com/apache/hadoop/pull/4559#discussion_r922125850
##########
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:
+1. Please double check if it could flood general log in some corner case.
--
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]