[ 
https://issues.apache.org/jira/browse/HDFS-16130?focusedWorklogId=626864&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-626864
 ]

ASF GitHub Bot logged work on HDFS-16130:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Jul/21 19:29
            Start Date: 22/Jul/21 19:29
    Worklog Time Spent: 10m 
      Work Description: prasad-acit commented on a change in pull request #3205:
URL: https://github.com/apache/hadoop/pull/3205#discussion_r675104595



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirWriteFileOp.java
##########
@@ -393,7 +400,7 @@ static HdfsFileStatus startFile(
     fsn.checkFsObjectLimit();
     INodeFile newNode = null;
     INodesInPath parent =
-        FSDirMkdirOp.createAncestorDirectories(fsd, iip, permissions);
+        FSDirMkdirOp.createMissingDirs(fsd, iip.getParentINodesInPath(), 
permissions);

Review comment:
       Missed the line break, corrected the formatting.




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 626864)
    Time Spent: 1h 10m  (was: 1h)

> [FGL] Implement Create File with FGL
> ------------------------------------
>
>                 Key: HDFS-16130
>                 URL: https://issues.apache.org/jira/browse/HDFS-16130
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: namenode
>    Affects Versions: Fine-Grained Locking
>            Reporter: Renukaprasad C
>            Assignee: Renukaprasad C
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Implement FGL for Create File.
> Create API acquire global lock at mulitiple stages. Acquire the respective 
> partitioned lock and continue the create operation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to