[jira] [Created] (IGNITE-1850) IGFS: implicitly created directoried should always have default properties

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-1850) IGFS: implicitly created directoried should always have default properties

Anton Vinogradov (Jira)
Ivan Veselovsky created IGNITE-1850:
---------------------------------------

             Summary: IGFS: implicitly created directoried should always have default properties
                 Key: IGNITE-1850
                 URL: https://issues.apache.org/jira/browse/IGNITE-1850
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Veselovsky
            Assignee: Ivan Veselovsky


Currently we have #create, #append , #mkdirs operations that implicitly create parent directories if they are absent.
Now #mkdirs uses the properties passed in for the implicitly created directories if they are not null, and uses default properties (with 0777 permission flag) if the properties are not given.
#create & #append use for the implicitly created directories properties passed in for newly created file, if the passed in properties are not null, and use default properties (with 0777 permission flag) if they are not given.
It would be more logical to always use defaults for the implicitly created directories.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)