prasad-acit commented on a change in pull request #3351:
URL: https://github.com/apache/hadoop/pull/3351#discussion_r704716469



##########
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:
       Only %d (Decimal integers) & %f (Decimal numbers) are supported. %l is 
not supported format, which lead to RTE.




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