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 2017/05/22 15:12:30 UTC

[02/50] [abbrv] ignite git commit: Merge branch 'ignite-gg-12163' of https://github.com/gridgain/apache-ignite into ignite-gg-12163

Merge branch 'ignite-gg-12163' of https://github.com/gridgain/apache-ignite into ignite-gg-12163


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

Branch: refs/heads/ignite-5075-pds
Commit: 79a510dce099f5fc77040cf51f5b21de564f4abf
Parents: 8004287 c60118d
Author: Sergey Chugunov <se...@gmail.com>
Authored: Wed May 10 17:40:38 2017 +0300
Committer: Sergey Chugunov <se...@gmail.com>
Committed: Wed May 10 17:40:38 2017 +0300

----------------------------------------------------------------------
 .../database/IgniteCacheSnapshotManager.java    | 30 ++++----
 .../GridCacheDatabaseSharedManager.java         | 12 ++--
 .../IgniteChangeGlobalStateSuite.java           | 29 --------
 .../ignite/testsuites/IgnitePdsTestSuite.java   | 75 ++++++++++++++++++++
 .../ignite/testsuites/IgnitePdsTestSuite2.java  | 60 ++++++++++++++++
 .../IgnitePersistentStoreTestSuit2.java         | 60 ----------------
 .../IgnitePersistentStoreTestSuite.java         | 75 --------------------
 .../testsuites/IgniteStandByClusterSuite.java   | 29 ++++++++
 8 files changed, 182 insertions(+), 188 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/79a510dc/modules/pds/src/main/java/org/apache/ignite/internal/processors/cache/database/GridCacheDatabaseSharedManager.java
----------------------------------------------------------------------