[ 
https://issues.apache.org/jira/browse/IGNITE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987622#comment-14987622
 ] 

ASF GitHub Bot commented on IGNITE-1850:
----------------------------------------

GitHub user iveselovskiy opened a pull request:

    https://github.com/apache/ignite/pull/198

    IGNITE-1850.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/iveselovskiy/ignite ignite-1850

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/198.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #198
    
----
commit a89a6f6f0b718cb8fc8d79cd3c65233d15612c18
Author: iveselovskiy <[email protected]>
Date:   2015-11-03T17:05:43Z

    IGNITE-1850.

----


> 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)

Reply via email to