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 B24F917548 for ; Thu, 23 Apr 2015 14:11:10 +0000 (UTC) Received: (qmail 45589 invoked by uid 500); 23 Apr 2015 14:11:10 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 45514 invoked by uid 500); 23 Apr 2015 14:11:10 -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 45447 invoked by uid 99); 23 Apr 2015 14:11:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 14:11:10 +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; Thu, 23 Apr 2015 14:11:02 +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 40A3B25355 for ; Thu, 23 Apr 2015 14:10:42 +0000 (UTC) Received: (qmail 44574 invoked by uid 99); 23 Apr 2015 14:10:42 -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; Thu, 23 Apr 2015 14:10:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1CE22E17C9; Thu, 23 Apr 2015 14:10:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 23 Apr 2015 14:10:59 -0000 Message-Id: <04b3676466d1473399d8c6c5a6432d34@git.apache.org> In-Reply-To: <97074b887c9447ec92a3f3c5aa60524d@git.apache.org> References: <97074b887c9447ec92a3f3c5aa60524d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/36] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-sprint-4' into ignite-446 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'remotes/origin/ignite-sprint-4' into ignite-446 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e9e4f7ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e9e4f7ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e9e4f7ab Branch: refs/heads/ignite-656 Commit: e9e4f7ab7fc0c32938de256b7786bd880b10d2eb Parents: 70daffe 8d13aa1 Author: avinogradov Authored: Tue Apr 21 14:02:59 2015 +0300 Committer: avinogradov Committed: Tue Apr 21 14:02:59 2015 +0300 ---------------------------------------------------------------------- .../examples/ScalarContinuationExample.scala | 10 +- .../ignite/compute/ComputeJobContinuation.java | 2 + .../ignite/internal/GridJobContextImpl.java | 100 +++++++++++----- .../affinity/GridAffinityAssignmentCache.java | 7 +- .../processors/job/GridJobHoldListener.java | 6 +- .../processors/job/GridJobProcessor.java | 22 ++-- .../internal/processors/job/GridJobWorker.java | 23 ++-- .../internal/GridContinuousTaskSelfTest.java | 114 +++++++++++++++++++ ...ridCachePartitionNotLoadedEventSelfTest.java | 22 +++- .../IgniteCachePutGetRestartAbstractTest.java | 39 +++++-- .../IgniteCacheTxFairAffinityNodeJoinTest.java | 35 ++++++ ...micFairAffinityMultiNodeFullApiSelfTest.java | 35 ++++++ ...nedFairAffinityMultiNodeFullApiSelfTest.java | 36 ++++++ ...dezvousAffinityMultiNodeFullApiSelfTest.java | 35 ------ .../IgniteCacheFailoverTestSuite.java | 3 +- .../IgniteCacheFullApiSelfTestSuite.java | 4 +- .../ignite/util/TestTcpCommunicationSpi.java | 54 +++++++++ 17 files changed, 440 insertions(+), 107 deletions(-) ----------------------------------------------------------------------