You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/07/22 19:28:01 UTC

[GitHub] [hadoop] prasad-acit commented on a change in pull request #3205: HDFS-16130. Implement CREATE File with FGL

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



##########
File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java
##########
@@ -251,7 +260,10 @@ private static INode createDirectoryINode(FSDirectory fsd,
     return dir;
   }
 
-  private static INode[] createPathDirectories(FSDirectory fsd,
+  /**
+   * Find-out missing iNodes for the current mkdir OP
+   */
+  public static INode[] createPathDirectories(FSDirectory fsd,

Review comment:
       This is private method, no need of public. Changed to private.




-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org