You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/10 14:07:58 UTC

[jira] [Commented] (IGNITE-3400) IGFS: Does not correctly deallocate free space in courner case.

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

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

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-3400: add available size check before data blocks writing

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-3400

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

    https://github.com/apache/ignite/pull/1417.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 #1417
    
----
commit 1d0da67942b2c0938c8bc1b720ab0fe4225d6dfd
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-07T05:51:47Z

    IGNITE-3400 IGFS: Does not correctly deallocate free space in courner case - add test

commit c893da70a9757b16b0799adc8eaa29fa1b03d06e
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-12-21T11:54:33Z

    IGNITE-4399: IGFS: Merged IgfsSecondaryFileSystem and IgfsSecondaryFileSystemV2 interfaces. This closes #1346.

commit c5882a85f4e3a1f61723ac54fd92f087684df6da
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-26T11:15:42Z

    Merge branch 'master' into ignite-2.0

commit 7e73d0223a3f09cbe0b7094a2c04bdf9d63ca9be
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-28T09:54:47Z

    Merge branch 'master' into ignite-2.0

commit 7d82d6a06b5e9f1f8cd2909b865e37d46b8da03f
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-28T09:58:11Z

    IGNITE-3875: Introduced separate thread pool for data streamer. This closes #1173. This closes #1383.

commit a61b0eaff1817d84c0659e8a7e095f29e22800e1
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-12-28T11:09:38Z

    IGNITE-4405: Hadoop: implemented "readLine" method for HadoopDataInStream and HadoopDirectDataInput classes. This closes #1358.

commit 2df39a80d80e2575be61a902ccd48615796fcde9
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-12-28T13:47:24Z

    IGNITE-3961: IGFS: Added IgfsSecondaryFileSystem.affintiy() method. This closes #1114. This closes #1252.

commit 2e691d80ea4870c3e7b5b127792b66c920f72c39
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-12-29T08:00:01Z

    IGNITE-4462: IGFS: removed grid name from HadoopIgfsEndpoint. This closes #1368.

commit a9b1fc2b3840d47d7c978d9296e8ae6bdeb10be5
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-12-29T08:07:22Z

    IGNITE-4459: Hadoop: weighted planned is default one from now on. This closes #1391.

commit 1f743465d6875ef48b1835d03a78a0dbaf339bf6
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-12-29T08:14:10Z

    IGNITE-4458: Hadoop: "striped" shuffle mode is default from now on. This closes #1390.

commit 6090ebdfcd0ea3840b0d32cb10197b43615e1e89
Author: devozerov <vo...@gridgain.com>
Date:   2017-01-05T09:23:06Z

    Merge branch 'master' into ignite-2.0

commit 0eb6c90bb4752f0a2a54cb332d69054c7587d24c
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2017-01-10T11:28:42Z

    Merge branch 'ignite-2.0' into ignite-3400
    
    # Conflicts:
    #	modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsAbstractBaseSelfTest.java

commit e5d00443fbb7f384d93515c5f82c0a000b563ede
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2017-01-10T13:26:24Z

    IGNITE-3400: add check before block writing

commit 3b261ac85dc17fdea6cba0c2d3bfcc1c83262891
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2017-01-10T14:05:04Z

    IGNITE-3400: add check available size before writing blocks

----


> IGFS: Does not correctly deallocate free space in courner case.
> ---------------------------------------------------------------
>
>                 Key: IGNITE-3400
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3400
>             Project: Ignite
>          Issue Type: Bug
>          Components: IGFS
>    Affects Versions: 1.7
>            Reporter: Vasiliy Sisko
>            Assignee: Taras Ledkov
>            Priority: Minor
>             Fix For: 2.0
>
>
> Steps to reproduce:
> 1) Run node with configured IGFS limited by max space (f.e. 104857600).
> 2) Copy to IGFS file with size less than IGFS space size. (f.e. 10-15 Mb)
> 3) Copy to IGFS file with size more than free space size.
>   Second file have 0 size in IGFS. Used IGFS size approximately equal to the IGFS space size.
> 4) Copy to IGFS file with size less than expected IGFS free space size. (f.e. 10-15 Mb)
>   New file have 0 size.
> 5) Remove all files of format IGFS
>   IGFS free space approximately equal to the size of first file.



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