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/11/09 08:39:03 UTC

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

Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: 44d07905df3c94934c62f14a874c03f87cf9226a
Parents: 173e2b8 e031498
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Wed Nov 9 11:14:18 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Wed Nov 9 11:14:18 2016 +0300

----------------------------------------------------------------------
 .../store/cassandra/CassandraCacheStore.java    |   5 +-
 .../ignite/tests/IgnitePersistentStoreTest.java |  11 +
 .../src/main/java/org/apache/ignite/Ignite.java |  77 ++++-
 .../apache/ignite/internal/IgniteKernal.java    |  81 ++++++
 .../processors/cache/GridCacheProcessor.java    | 291 ++++++++++++++-----
 .../cache/IgniteDynamicCacheStartSelfTest.java  | 217 ++++++++++++--
 .../cache/WithKeepBinaryCacheFullApiTest.java   |  10 +-
 ...SemaphoreFailoverSafeReleasePermitsTest.java | 129 ++++++++
 ...artitionedBackupNodeFailureRecoveryTest.java | 193 ++++++++++++
 .../processors/igfs/IgfsIgniteMock.java         |  19 ++
 .../ignite/testframework/junits/IgniteMock.java |  15 +
 .../junits/multijvm/IgniteProcessProxy.java     |  15 +
 .../IgniteCacheDataStructuresSelfTestSuite.java |   2 +
 .../testsuites/IgniteCacheTestSuite2.java       |   2 +
 .../org/apache/ignite/IgniteSpringBean.java     |  21 ++
 15 files changed, 958 insertions(+), 130 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/44d07905/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ignite/blob/44d07905/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ignite/blob/44d07905/modules/core/src/test/java/org/apache/ignite/testframework/junits/IgniteMock.java
----------------------------------------------------------------------