tasanuma commented on a change in pull request #3769:
URL: https://github.com/apache/hadoop/pull/3769#discussion_r769458969



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
##########
@@ -2763,20 +2765,20 @@ public boolean processReport(final DatanodeID nodeID,
       if (namesystem.isInStartupSafeMode()
           && !StorageType.PROVIDED.equals(storageInfo.getStorageType())
           && storageInfo.getBlockReportCount() > 0) {
-        blockLog.info("BLOCK* processReport 0x{}: "
+        blockLog.info("BLOCK* processReport 0x{} with fullBrLeaseId 0x{}: "

Review comment:
       @tomscut Thanks for the PR.
   
   `fullBrLeaseID` is a variable name. I prefer to use "lease ID" in the log 
message.
   ```suggestion
           blockLog.info("BLOCK* processReport 0x{} with lease ID 0x{}: "
   ```




-- 
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