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 6A1FB178DD for ; Wed, 22 Apr 2015 14:13:44 +0000 (UTC) Received: (qmail 70101 invoked by uid 500); 22 Apr 2015 14:13:44 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 70030 invoked by uid 500); 22 Apr 2015 14:13:44 -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 69935 invoked by uid 99); 22 Apr 2015 14:13:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 14:13:44 +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, 22 Apr 2015 14:13:37 +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 7CA4225E5F for ; Wed, 22 Apr 2015 14:13:17 +0000 (UTC) Received: (qmail 69289 invoked by uid 99); 22 Apr 2015 14:13:17 -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, 22 Apr 2015 14:13:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5D44AE024E; Wed, 22 Apr 2015 14:13:17 +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: Wed, 22 Apr 2015 14:13:58 -0000 Message-Id: <34f914993c2146b0a596805304a0e568@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [43/46] incubator-ignite git commit: Merge remote-tracking branch 'origin/ignite-sprint-4' into ignite-sprint-4 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'origin/ignite-sprint-4' into ignite-sprint-4 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4a7479fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4a7479fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4a7479fc Branch: refs/heads/ignite-656 Commit: 4a7479fca10468b13e5e0dd7ff9c9949333fd911 Parents: 19e343c 0cf0dae Author: Yakov Zhdanov Authored: Wed Apr 22 16:07:41 2015 +0300 Committer: Yakov Zhdanov Committed: Wed Apr 22 16:07:41 2015 +0300 ---------------------------------------------------------------------- .../managers/communication/GridIoManager.java | 33 ++++++++++++++-- .../GridLifecycleAwareMessageFilter.java | 35 +++++++++++++++++ .../processors/job/GridJobProcessor.java | 6 +++ .../resources/META-INF/classnames.properties | 41 +++++++++----------- 4 files changed, 89 insertions(+), 26 deletions(-) ----------------------------------------------------------------------