Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 450BC109A2 for ; Wed, 29 Apr 2015 00:28:53 +0000 (UTC) Received: (qmail 13825 invoked by uid 500); 29 Apr 2015 00:28:53 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 13794 invoked by uid 500); 29 Apr 2015 00:28:53 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 13710 invoked by uid 99); 29 Apr 2015 00:28:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 00:28:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 00:28:48 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 5C37D283F4 for ; Wed, 29 Apr 2015 00:28:28 +0000 (UTC) Received: (qmail 13059 invoked by uid 99); 29 Apr 2015 00:28:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 00:28:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1C998E32BE; Wed, 29 Apr 2015 00:28:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 29 Apr 2015 00:28:37 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/50] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-sprint-4' into ignite-157-1 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'remotes/origin/ignite-sprint-4' into ignite-157-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/62d80533 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/62d80533 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/62d80533 Branch: refs/heads/ignite-789 Commit: 62d80533be420edce9942fc232a019c1ebffe1d3 Parents: ceab5f3 b4b28fd Author: sboikov Authored: Fri Apr 24 14:16:44 2015 +0300 Committer: sboikov Committed: Fri Apr 24 14:16:44 2015 +0300 ---------------------------------------------------------------------- .../cache/CacheServerNotFoundException.java | 12 +- .../ClusterTopologyServerNotFoundException.java | 12 +- .../GridCachePartitionExchangeManager.java | 2 +- .../processors/cache/GridCacheUtils.java | 47 +------ .../dht/GridPartitionedGetFuture.java | 7 + .../dht/atomic/GridNearAtomicUpdateFuture.java | 24 +++- .../dht/colocated/GridDhtColocatedCache.java | 20 ++- .../colocated/GridDhtColocatedLockFuture.java | 4 + .../distributed/near/GridNearCacheEntry.java | 7 +- .../distributed/near/GridNearGetFuture.java | 17 ++- .../distributed/near/GridNearLockFuture.java | 4 + .../near/GridNearTransactionalCache.java | 18 ++- .../cache/query/GridCacheQueryManager.java | 11 +- .../datastreamer/DataStreamProcessor.java | 28 +++- .../datastreamer/DataStreamerImpl.java | 3 +- .../datastreamer/DataStreamerRequest.java | 38 +++++- .../portable/GridPortableInputStream.java | 26 ---- .../visor/node/VisorNodeDataCollectorJob.java | 15 +-- .../cache/IgniteExcangeFutureHistoryTest.java | 74 ----------- .../cache/IgniteExchangeFutureHistoryTest.java | 77 +++++++++++ .../CacheNoValueClassOnServerNodeTest.java | 129 +++++++++++++++++++ .../DataStreamerMultiThreadedSelfTest.java | 101 +++++++++++++++ .../ignite/testsuites/IgniteCacheTestSuite.java | 5 +- .../CacheNoValueClassOnServerTestClient.java | 88 +++++++++++++ .../apache/ignite/tests/p2p/cache/Person.java | 42 ++++++ .../CacheConfigurationP2PTestClient.java | 1 - 26 files changed, 619 insertions(+), 193 deletions(-) ----------------------------------------------------------------------