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 <tled...@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 <tled...@gridgain.com> Date: 2016-12-21T11:54:33Z IGNITE-4399: IGFS: Merged IgfsSecondaryFileSystem and IgfsSecondaryFileSystemV2 interfaces. This closes #1346. commit c5882a85f4e3a1f61723ac54fd92f087684df6da Author: devozerov <voze...@gridgain.com> Date: 2016-12-26T11:15:42Z Merge branch 'master' into ignite-2.0 commit 7e73d0223a3f09cbe0b7094a2c04bdf9d63ca9be Author: devozerov <voze...@gridgain.com> Date: 2016-12-28T09:54:47Z Merge branch 'master' into ignite-2.0 commit 7d82d6a06b5e9f1f8cd2909b865e37d46b8da03f Author: devozerov <voze...@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 <tled...@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 <tled...@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 <tled...@gridgain.com> Date: 2016-12-29T08:00:01Z IGNITE-4462: IGFS: removed grid name from HadoopIgfsEndpoint. This closes #1368. commit a9b1fc2b3840d47d7c978d9296e8ae6bdeb10be5 Author: tledkov-gridgain <tled...@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 <tled...@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 <voze...@gridgain.com> Date: 2017-01-05T09:23:06Z Merge branch 'master' into ignite-2.0 commit 0eb6c90bb4752f0a2a54cb332d69054c7587d24c Author: tledkov-gridgain <tled...@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 <tled...@gridgain.com> Date: 2017-01-10T13:26:24Z IGNITE-3400: add check before block writing commit 3b261ac85dc17fdea6cba0c2d3bfcc1c83262891 Author: tledkov-gridgain <tled...@gridgain.com> Date: 2017-01-10T14:05:04Z IGNITE-3400: add check available size before writing blocks ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---