Merge branches 'ignite-329' and 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-329
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c96bf165 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c96bf165 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c96bf165 Branch: refs/heads/sprint-2 Commit: c96bf1656cc9f1989e4bc2d8fdbd0237cea702df Parents: 4c78ee5 5f232ae4 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Tue Mar 10 16:55:26 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Tue Mar 10 16:55:26 2015 +0700 ---------------------------------------------------------------------- .../org/apache/ignite/IgniteFileSystem.java | 24 +- .../apache/ignite/IgniteSystemProperties.java | 15 +- .../igfs/IgfsDirectoryNotEmptyException.java | 42 ++ .../ignite/igfs/IgfsFileNotFoundException.java | 44 -- .../ignite/igfs/IgfsPathNotFoundException.java | 44 ++ .../igfs/secondary/IgfsSecondaryFileSystem.java | 10 +- .../apache/ignite/internal/IgniteKernal.java | 24 +- .../igfs/common/IgfsControlResponse.java | 4 +- .../igfs/IgfsDirectoryNotEmptyException.java | 44 -- .../internal/processors/igfs/IgfsImpl.java | 18 +- .../processors/igfs/IgfsInputStreamImpl.java | 8 +- .../processors/igfs/IgfsMetaManager.java | 20 +- .../processors/igfs/IgfsOutputStreamImpl.java | 2 +- .../ignite/internal/util/IgniteUtils.java | 5 +- .../visor/node/VisorGridConfiguration.java | 6 +- .../igfs/IgfsFragmentizerAbstractSelfTest.java | 4 +- .../processors/igfs/IgfsAbstractSelfTest.java | 2 +- .../fs/IgniteHadoopIgfsSecondaryFileSystem.java | 10 +- .../processors/hadoop/igfs/HadoopIgfsUtils.java | 3 +- .../java/org/apache/ignite/igfs/IgfsLoad.java | 549 ------------------- .../ignite/loadtests/igfs/IgfsNodeStartup.java | 48 -- .../igfs/IgfsPerformanceBenchmark.java | 281 ---------- 22 files changed, 167 insertions(+), 1040 deletions(-) ----------------------------------------------------------------------