Merge branch 'ignite-gg-8.0.3.ea9-debug' into ignite-gg-8.0.3.ea9
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f2763d50 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f2763d50 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f2763d50 Branch: refs/heads/ignite-5398 Commit: f2763d505c9aa05efa9bc0a0544870ee09f2dc87 Parents: 9df7c64 6bacfdc Author: EdShangGG <[email protected]> Authored: Thu May 25 17:57:28 2017 +0300 Committer: EdShangGG <[email protected]> Committed: Thu May 25 17:57:28 2017 +0300 ---------------------------------------------------------------------- .../internal/IgniteDiagnosticMessage.java | 2 +- .../managers/communication/GridIoManager.java | 366 ++++++++++++++++--- .../communication/GridIoMessageFactory.java | 2 +- .../communication/IgniteIoTestMessage.java | 362 +++++++++++++++++- .../pagemem/snapshot/SnapshotOperation.java | 4 +- .../pagemem/snapshot/SnapshotOperationType.java | 2 + ...artSnapshotOperationAckDiscoveryMessage.java | 8 + .../internal/pagemem/wal/record/CacheState.java | 133 ++++--- .../cache/DynamicCacheChangeBatch.java | 18 + .../processors/cache/GridCacheGateway.java | 2 + .../GridCachePartitionExchangeManager.java | 2 +- .../processors/cache/GridCacheProcessor.java | 44 ++- .../cache/IgniteCacheOffheapManagerImpl.java | 2 +- .../cache/database/freelist/PagesList.java | 57 ++- .../cache/database/tree/io/PageMetaIO.java | 7 +- .../database/tree/io/PagePartitionMetaIO.java | 28 +- .../GridDhtPartitionsExchangeFuture.java | 116 ++---- .../cluster/GridClusterStateProcessor.java | 50 +-- .../ignite/internal/util/IgniteUtils.java | 12 + .../testframework/junits/GridAbstractTest.java | 2 +- .../query/h2/database/H2TreeIndex.java | 3 +- 21 files changed, 978 insertions(+), 244 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f2763d50/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java ----------------------------------------------------------------------
