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/06/06 11:57:07 UTC

[08/32] ignite git commit: Merge remote-tracking branch 'remotes/community/gridgain-7.6.1'

Merge remote-tracking branch 'remotes/community/gridgain-7.6.1'


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

Branch: refs/heads/ignite-3212
Commit: 4cc10982e06fa521ed93f5930b2ccddcce405c56
Parents: 3c3ed05 f175d3c
Author: Denis Magda <dm...@gridgain.com>
Authored: Thu Jun 2 16:25:43 2016 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Thu Jun 2 16:25:43 2016 +0300

----------------------------------------------------------------------
 .../affinity/fair/FairAffinityFunction.java     |  81 ++++++++++-
 .../rendezvous/RendezvousAffinityFunction.java  |  39 +++++-
 .../apache/ignite/internal/util/ClassCache.java |  32 +++++
 .../ignite/internal/util/IgniteUtils.java       |   6 +-
 ...ityFunctionBackupFilterAbstractSelfTest.java | 131 +++++++++++++++++-
 ...airAffinityFunctionBackupFilterSelfTest.java |   9 ++
 ...ousAffinityFunctionBackupFilterSelfTest.java |   9 ++
 .../IgniteTxExceptionAbstractSelfTest.java      |   3 +-
 .../hadoop/fs/BasicHadoopFileSystemFactory.java |  56 +++++++-
 .../fs/CachingHadoopFileSystemFactory.java      |   7 +-
 .../fs/KerberosHadoopFileSystemFactory.java     |   4 +-
 .../ignite/hadoop/util/BasicUserNameMapper.java | 114 +++++++++++++++
 .../hadoop/util/ChainedUserNameMapper.java      |  94 +++++++++++++
 .../hadoop/util/KerberosUserNameMapper.java     | 137 +++++++++++++++++++
 .../ignite/hadoop/util/UserNameMapper.java      |  37 +++++
 .../apache/ignite/hadoop/util/package-info.java |  22 +++
 .../processors/hadoop/HadoopClassLoader.java    |  23 +++-
 .../util/BasicUserNameMapperSelfTest.java       | 116 ++++++++++++++++
 .../util/ChainedUserNameMapperSelfTest.java     | 107 +++++++++++++++
 .../util/KerberosUserNameMapperSelfTest.java    |  99 ++++++++++++++
 .../ignite/igfs/Hadoop1DualAbstractTest.java    |  46 +++++++
 .../testsuites/IgniteHadoopTestSuite.java       |   8 ++
 22 files changed, 1156 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/4cc10982/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxExceptionAbstractSelfTest.java
----------------------------------------------------------------------
diff --cc modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxExceptionAbstractSelfTest.java
index 95f1740,c867d52..6c7f7ac
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxExceptionAbstractSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxExceptionAbstractSelfTest.java
@@@ -53,7 -54,7 +54,7 @@@ import static org.apache.ignite.cache.C
  /**
   * Tests that transaction is invalidated in case of {@link IgniteTxHeuristicCheckedException}.
   */
--public abstract class IgniteTxExceptionAbstractSelfTest extends GridCacheAbstractSelfTest {
++public abstract class IgniteTxExceptionAbstractSelfTest extends GridCacheAbstractSelfTest
      /** */
      private static final int PRIMARY = 0;