xinglin commented on a change in pull request #3351:
URL: https://github.com/apache/hadoop/pull/3351#discussion_r704628110



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
##########
@@ -1591,8 +1591,8 @@ void moveInodes() throws IOException {
     }
 
     if (count != totalInodes) {
-      String msg = String.format("moveInodes: expected to move %l inodes, " +
-          "but moved %l inodes", totalInodes, count);
+      String msg = String.format("moveInodes: expected to move %d inodes, " +

Review comment:
       Hi,
   
   Why do we change from %l to %d? Both variables are defined as long, not int. 




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