You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/18 10:37:44 UTC

[48/50] [abbrv] ignite git commit: Merge remote-tracking branch 'apache/master'

Merge remote-tracking branch 'apache/master'


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

Branch: refs/heads/ignite-4986
Commit: ea9a9dda78d8ba93aec69c7fc8827dbf50f20a75
Parents: 3d0b83d b2fb9be
Author: dkarachentsev <dk...@gridgain.com>
Authored: Tue Apr 18 13:00:42 2017 +0300
Committer: dkarachentsev <dk...@gridgain.com>
Committed: Tue Apr 18 13:00:42 2017 +0300

----------------------------------------------------------------------
 .../igfs/common/IgfsControlResponse.java        |  28 +
 .../internal/igfs/common/IgfsIpcCommand.java    |   5 +-
 .../ignite/internal/igfs/common/IgfsLogger.java |  60 +-
 .../internal/igfs/common/IgfsMarshaller.java    |  12 +
 .../igfs/common/IgfsModeResolverRequest.java    |  35 +
 .../processors/cache/GridCacheAdapter.java      |  41 +-
 .../dht/atomic/GridDhtAtomicCache.java          |   6 +-
 .../dht/colocated/GridDhtColocatedCache.java    |   6 +-
 .../near/GridNearTransactionalCache.java        |   2 +-
 .../local/atomic/GridLocalAtomicCache.java      |   6 +-
 .../processors/hadoop/HadoopPayloadAware.java   |  28 -
 .../internal/processors/igfs/IgfsAsyncImpl.java |   5 -
 .../ignite/internal/processors/igfs/IgfsEx.java |   7 -
 .../processors/igfs/IgfsHandshakeResponse.java  |  22 +-
 .../internal/processors/igfs/IgfsImpl.java      |  23 +-
 .../processors/igfs/IgfsIpcHandler.java         |  20 +-
 .../processors/igfs/IgfsModeResolver.java       |  91 ++-
 .../internal/processors/igfs/IgfsPaths.java     | 152 ----
 .../resources/META-INF/classnames.properties    |   1 -
 .../internal/ClusterNodeMetricsSelfTest.java    |  37 +-
 ...ridCacheReplicatedSynchronousCommitTest.java |   2 +-
 ...fsLocalSecondaryFileSystemProxySelfTest.java |   1 -
 .../internal/processors/igfs/IgfsMock.java      |   7 -
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.java |   9 +-
 .../hadoop/fs/v1/IgniteHadoopFileSystem.java    | 698 ++++---------------
 .../hadoop/fs/v2/IgniteHadoopFileSystem.java    | 481 +++----------
 ...doopIgfsSecondaryFileSystemDelegateImpl.java |  11 +-
 .../hadoop/impl/igfs/HadoopIgfsEx.java          |   8 +
 .../hadoop/impl/igfs/HadoopIgfsInProc.java      |  23 +-
 .../hadoop/impl/igfs/HadoopIgfsOutProc.java     |  12 +
 .../hadoop/impl/igfs/HadoopIgfsWrapper.java     |  14 +
 .../igfs/HadoopFIleSystemFactorySelfTest.java   |  14 +-
 .../IgniteHadoopFileSystemAbstractSelfTest.java |  10 +
 .../IgniteHadoopFileSystemLoggerSelfTest.java   |  32 +-
 ...condaryFileSystemInitializationSelfTest.java | 213 ------
 .../testsuites/IgniteHadoopTestSuite.java       |   3 -
 36 files changed, 583 insertions(+), 1542 deletions(-)
----------------------------------------------------------------------