You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2016/08/22 07:37:13 UTC

[17/32] ignite git commit: Merge branch 'ignite-1.6.5' into ignite-1.7.2

Merge branch 'ignite-1.6.5' into ignite-1.7.2


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3029108a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3029108a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3029108a

Branch: refs/heads/ignite-3220-1
Commit: 3029108a6f023e01882878496d4dec8586664d58
Parents: 1de9c0f 5cf3bea
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Aug 15 13:41:18 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Aug 15 13:41:18 2016 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/IgniteFileSystem.java     |  27 +-
 .../igfs/secondary/IgfsSecondaryFileSystem.java |   2 +-
 .../local/LocalIgfsSecondaryFileSystem.java     | 396 ++++++++
 .../igfs/secondary/local/package-info.java      |  22 +
 .../ignite/igfs/secondary/package-info.java     |   2 +-
 .../internal/processors/igfs/IgfsFileImpl.java  |  20 +-
 .../processors/igfs/IgfsMetaManager.java        |   2 +-
 .../internal/processors/igfs/IgfsUtils.java     |  53 +
 .../local/LocalFileSystemIgfsFile.java          | 134 +++
 ...fsSecondaryFileSystemPositionedReadable.java |  65 ++
 ...faultIgfsSecondaryFileSystemTestAdapter.java | 117 +++
 .../processors/igfs/IgfsAbstractSelfTest.java   | 995 +++++++++++--------
 .../igfs/IgfsDualAbstractSelfTest.java          | 198 ++--
 .../igfs/IgfsExUniversalFileSystemAdapter.java  | 116 ---
 ...SecondaryFileSystemDualAbstractSelfTest.java |  76 ++
 ...ondaryFileSystemDualAsyncClientSelfTest.java |  28 +
 ...calSecondaryFileSystemDualAsyncSelfTest.java |  32 +
 ...condaryFileSystemDualSyncClientSelfTest.java |  28 +
 ...ocalSecondaryFileSystemDualSyncSelfTest.java |  32 +
 ...IgfsLocalSecondaryFileSystemTestAdapter.java | 141 +++
 .../IgfsSecondaryFileSystemTestAdapter.java     | 118 +++
 .../igfs/UniversalFileSystemAdapter.java        | 109 --
 .../ignite/testsuites/IgniteIgfsTestSuite.java  |   9 +
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.java |   2 +-
 .../ignite/igfs/Hadoop1DualAbstractTest.java    |   3 +-
 ...oopFileSystemUniversalFileSystemAdapter.java | 139 ---
 ...adoopIgfsSecondaryFileSystemTestAdapter.java | 149 +++
 27 files changed, 2066 insertions(+), 949 deletions(-)
----------------------------------------------------------------------