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/07/06 08:04:35 UTC

[20/21] ignite git commit: Merge remote-tracking branch 'remotes/community/ignite-2.1.2' into ignite-gg-12306-1

Merge remote-tracking branch 'remotes/community/ignite-2.1.2' into ignite-gg-12306-1


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

Branch: refs/heads/ignite-gg-12306-1
Commit: 4bfaa0137634565bdffc52811b5404f0a233d59d
Parents: 627f099 dd30e58
Author: sboikov <sb...@gridgain.com>
Authored: Thu Jul 6 10:49:08 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Jul 6 10:49:08 2017 +0300

----------------------------------------------------------------------
 .../rendezvous/RendezvousAffinityFunction.java  |   4 -
 ...ishSnapshotOperationAckDiscoveryMessage.java |   7 +
 .../snapshot/SnapshotCheckParameters.java       |  75 ++++++
 .../pagemem/snapshot/SnapshotOperation.java     |  26 ++-
 .../GridCachePartitionExchangeManager.java      |  11 +-
 .../processors/cache/GridCacheProcessor.java    |  20 +-
 .../cache/GridCacheSharedContext.java           |   5 +
 .../dht/GridDhtPartitionTopologyImpl.java       |   5 +-
 .../GridDhtPartitionsExchangeFuture.java        |   8 +-
 .../cache/persistence/DbCheckpointListener.java |  16 +-
 .../GridCacheDatabaseSharedManager.java         |   4 +
 .../persistence/GridCacheOffheapManager.java    |  41 ++--
 .../wal/AbstractWalRecordsIterator.java         |  14 +-
 .../persistence/wal/ByteBufferExpander.java     |  47 ++++
 .../cache/persistence/wal/FileInput.java        |  20 +-
 .../wal/FileWriteAheadLogManager.java           |   2 +-
 .../service/GridServiceProcessor.java           |   9 +-
 .../org.apache.ignite.plugin.PluginProvider     |   3 +-
 .../db/wal/IgniteWalRecoveryTest.java           | 100 +++++---
 .../IgniteStandByClusterTest.java               | 164 +++++++++++++
 .../DynamicIndexAbstractConcurrentSelfTest.java |  81 ++++---
 .../core-test/config/cache-query-default.xml    |  18 ++
 .../cpp/core-test/src/compute_test.cpp          | 176 ++++++++++++++
 .../cpp/core/include/ignite/compute/compute.h   |  35 ++-
 .../include/ignite/impl/compute/compute_impl.h  |  42 ++++
 .../ignite/impl/compute/compute_job_holder.h    |  73 ++++++
 .../ignite/impl/compute/compute_job_result.h    | 112 +++++++++
 .../ignite/impl/compute/compute_task_holder.h   |  85 +++++++
 .../yardstick/IgniteBenchmarkArguments.java     |  46 ++++
 .../cache/IgniteStreamerBenchmark.java          | 234 +++++++++++++++++++
 30 files changed, 1367 insertions(+), 116 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/4bfaa013/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
----------------------------------------------------------------------