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 2018/11/20 14:55:32 UTC

[49/50] [abbrv] ignite git commit: merge

merge


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

Branch: refs/heads/ignite-10044
Commit: 5466373deae48ab79e5aa12d18580dea8e823bd9
Parents: 5f9bdc7 8c08de7
Author: sboikov <sb...@apache.org>
Authored: Tue Nov 20 17:38:09 2018 +0300
Committer: sboikov <sb...@apache.org>
Committed: Tue Nov 20 17:38:09 2018 +0300

----------------------------------------------------------------------
 .../IgnitePKIndexesMigrationToUnwrapPkTest.java |   6 +-
 .../apache/ignite/IgniteSystemProperties.java   |   7 +
 .../processors/cache/CacheGroupContext.java     | 148 -----
 .../processors/cache/GridCacheMapEntry.java     |  12 +-
 .../GridCachePartitionExchangeManager.java      |   4 +-
 .../processors/cache/GridCacheProcessor.java    |  44 +-
 .../cache/IgniteCacheOffheapManager.java        |  15 +-
 .../cache/IgniteCacheOffheapManagerImpl.java    |  11 +-
 .../cache/PartitionUpdateCounter.java           |  28 +-
 .../GridDistributedTxRemoteAdapter.java         |   2 +
 .../dht/GridDhtTransactionalCacheAdapter.java   |  53 +-
 .../dht/GridDhtTxAbstractEnlistFuture.java      |  10 +-
 .../GridDhtPartitionsExchangeFuture.java        |  62 +-
 .../topology/GridClientPartitionTopology.java   |   8 +-
 .../dht/topology/GridDhtLocalPartition.java     |   7 +-
 .../dht/topology/GridDhtPartitionTopology.java  |   9 +-
 .../topology/GridDhtPartitionTopologyImpl.java  |  51 +-
 .../cache/mvcc/MvccCachingManager.java          |  30 +-
 .../persistence/DatabaseLifecycleListener.java  |  43 +-
 .../GridCacheDatabaseSharedManager.java         | 425 ++++++-------
 .../persistence/GridCacheOffheapManager.java    | 145 ++++-
 .../IgniteCacheDatabaseSharedManager.java       |  12 +-
 .../cache/persistence/wal/FileWALPointer.java   |   2 +-
 .../wal/serializer/RecordDataV1Serializer.java  |   2 +-
 .../continuous/CacheContinuousQueryManager.java |  33 ++
 .../cache/transactions/IgniteTxAdapter.java     |   3 +
 .../cache/transactions/IgniteTxHandler.java     |   2 +-
 .../continuous/GridContinuousProcessor.java     |   6 +-
 .../IgniteCachePartitionLossPolicySelfTest.java | 590 +++++++++++++------
 .../db/IgniteLogicalRecoveryTest.java           | 284 +++++----
 .../file/IgnitePdsDiskErrorsRecoveringTest.java |  58 --
 .../IgniteNodeStoppedDuringDisableWALTest.java  |   3 +-
 .../persistence/db/wal/WalCompactionTest.java   |  13 +-
 ...tinuousQueryAsyncFailoverMvccTxSelfTest.java |  53 ++
 ...ContinuousQueryFailoverAbstractSelfTest.java |  90 ++-
 ...usQueryFailoverMvccTxReplicatedSelfTest.java |  31 +
 ...heContinuousQueryFailoverMvccTxSelfTest.java |  48 ++
 .../processors/query/h2/H2TableDescriptor.java  |  28 +-
 .../internal/processors/query/h2/H2Utils.java   |  13 +
 .../index/ComplexPrimaryKeyUnwrapSelfTest.java  |  18 +-
 .../ComplexSecondaryKeyUnwrapSelfTest.java      | 249 ++++++++
 .../mvcc/CacheMvccBasicContinuousQueryTest.java | 363 ++++++++++++
 .../IgniteBinaryCacheQueryTestSuite.java        |   2 +
 .../IgniteCacheQuerySelfTestSuite4.java         |   6 +
 44 files changed, 2159 insertions(+), 870 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5466373d/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ignite/blob/5466373d/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/topology/GridClientPartitionTopology.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ignite/blob/5466373d/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/topology/GridDhtPartitionTopologyImpl.java
----------------------------------------------------------------------