You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/08/03 08:16:41 UTC

[10/10] ignite git commit: Merge branch 'ignite-1.7.1'

Merge branch 'ignite-1.7.1'


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

Branch: refs/heads/master
Commit: 043c3a23b1974ce26fd8c2d7fa3ca710e197cf18
Parents: 5f0db73 d65f794
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Wed Aug 3 11:16:04 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Wed Aug 3 11:16:04 2016 +0300

----------------------------------------------------------------------
 RELEASE_NOTES.txt                               |  22 +-
 modules/benchmarks/pom.xml                      |   4 +-
 .../jmh/notify/JmhParkVsNotifyBenchmark.java    | 105 ++++++++
 .../jmh/notify/JmhWaitStategyBenchmark.java     | 259 +++++++++++++++++++
 .../org/apache/ignite/IgniteFileSystem.java     |   3 +-
 .../igfs/secondary/IgfsSecondaryFileSystem.java |   4 +-
 .../processors/cache/GridCacheTtlManager.java   |  65 ++++-
 .../processors/igfs/IgfsCreateResult.java       |   2 +-
 .../internal/processors/igfs/IgfsImpl.java      |  63 ++---
 .../processors/igfs/IgfsMetaManager.java        |  74 ++----
 .../processors/igfs/IgfsModeResolver.java       |  31 ++-
 .../internal/processors/igfs/IgfsPaths.java     |   6 +-
 .../IgfsSecondaryFileSystemCreateContext.java   |   3 +
 .../internal/processors/igfs/IgfsUtils.java     |  12 +-
 .../internal/visor/cache/VisorCacheV4.java      |   2 +-
 .../visor/node/VisorNodeDataCollectorJob.java   |   4 +-
 .../communication/tcp/TcpCommunicationSpi.java  |   6 +-
 .../GridCacheTtlManagerNotificationTest.java    | 202 +++++++++++++++
 .../CacheLateAffinityAssignmentTest.java        |   4 -
 .../IgniteCacheExpiryPolicyTestSuite.java       |   3 +
 .../processors/igfs/IgfsAbstractSelfTest.java   |  34 ++-
 .../igfs/IgfsDualAbstractSelfTest.java          |  13 +
 .../igfs/IgfsModeResolverSelfTest.java          |  51 +++-
 .../hadoop/fs/v1/IgniteHadoopFileSystem.java    |   7 +-
 .../hadoop/fs/v2/IgniteHadoopFileSystem.java    |   7 +-
 .../IgniteHadoopFileSystemAbstractSelfTest.java |   1 -
 .../hadoop/HadoopAbstractMapReduceTest.java     |  13 +-
 27 files changed, 840 insertions(+), 160 deletions(-)
----------------------------------------------------------------------