You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/06/28 08:49:57 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-1850:
------------------------------------
    Fix Version/s: 1.6

> 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
>          Components: IGFS
>    Affects Versions: 1.5.0.final
>            Reporter: Ivan Veselovsky
>            Assignee: Ivan Veselovsky
>             Fix For: 1.6
>
>
> 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)