You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Veselovsky (JIRA)" <ji...@apache.org> on 2015/11/03 17:38:27 UTC

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

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)