supratimdeka opened a new pull request #623: HDDS-2941. file create : create 
key table entries for intermediate directories in the path
URL: https://github.com/apache/hadoop-ozone/pull/623
 
 
   ## What changes were proposed in this pull request?
   
   As part of handling a Create File Request, create separate entries in Key 
Table for all intermediate directories in the file path. This is a follow-up to 
HDDS-2940 which does the same function in Mkdir. The other change in this patch 
is to remove the key table iterator during file create - the iterator is not 
required any longer because each directory is explicitly created as a separate 
entry in the key table.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2941
   
   ## How was this patch tested?
   
   Unit test TestOzoneFileInterfaces.testOzFsReadWrite has been modified to 
test for intermediate directories getting created after a file create.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to