[
https://issues.apache.org/jira/browse/HDFS-16130?focusedWorklogId=626863&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-626863
]
ASF GitHub Bot logged work on HDFS-16130:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jul/21 19:28
Start Date: 22/Jul/21 19:28
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_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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 626863)
Time Spent: 1h (was: 50m)
> [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
> 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]