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 2015/10/13 09:25:23 UTC

[18/18] ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-1537

Merge remote-tracking branch 'remotes/origin/master' into ignite-1537


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

Branch: refs/heads/ignite-1537
Commit: 0a4edc83e606e93f1a1e42a87e6bbe2efb8090ef
Parents: 76beadb 6844370
Author: sboikov <sb...@gridgain.com>
Authored: Tue Oct 13 10:24:35 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Tue Oct 13 10:24:35 2015 +0300

----------------------------------------------------------------------
 .../discovery/GridDiscoveryManager.java         | 479 +------------------
 .../processors/cache/GridCacheIoManager.java    |  29 +-
 .../processors/cache/GridCacheProcessor.java    |  63 +--
 .../dht/GridClientPartitionTopology.java        |  13 +-
 .../distributed/dht/GridDhtLocalPartition.java  |   3 +-
 .../dht/GridDhtPartitionTopologyImpl.java       |  12 +-
 .../GridDhtPartitionDemandMessage.java          |   4 +-
 .../GridDhtPartitionSupplyMessage.java          |   3 +-
 .../GridDhtPartitionsExchangeFuture.java        |  12 +-
 .../preloader/GridDhtPartitionsFullMessage.java |  12 +-
 .../GridDhtPartitionsSingleMessage.java         |  11 +-
 .../dht/preloader/GridDhtPreloader.java         |  18 +-
 .../cache/query/GridCacheQueryManager.java      |  41 --
 .../processors/rest/GridRestProcessor.java      |  47 --
 .../top/GridTopologyCommandHandler.java         | 129 -----
 .../communication/tcp/TcpCommunicationSpi.java  |  22 +-
 .../IgniteCacheConfigurationTemplateTest.java   |  31 ++
 .../dht/GridCacheDhtPreloadPerformanceTest.java | 133 +++++
 .../near/GridCacheNearTxForceKeyTest.java       |   2 +-
 19 files changed, 270 insertions(+), 794 deletions(-)
----------------------------------------------------------------------