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 30E1E17385 for ; Wed, 27 May 2015 16:13:36 +0000 (UTC) Received: (qmail 82751 invoked by uid 500); 27 May 2015 16:13:36 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 82685 invoked by uid 500); 27 May 2015 16:13:36 -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 82669 invoked by uid 99); 27 May 2015 16:13:36 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2015 16:13:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9A2BC1822A3 for ; Wed, 27 May 2015 16:13:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.229 X-Spam-Level: X-Spam-Status: No, score=-3.229 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id h1pTXuXOTco4 for ; Wed, 27 May 2015 16:13:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 469FE24C28 for ; Wed, 27 May 2015 16:13:23 +0000 (UTC) Received: (qmail 80092 invoked by uid 99); 27 May 2015 16:13:21 -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, 27 May 2015 16:13:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 032B5E0508; Wed, 27 May 2015 16:13:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yzhdanov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 27 May 2015 16:13:56 -0000 Message-Id: <199ca48401c34d9aaf7e9a9262751594@git.apache.org> In-Reply-To: <522f61f41f694ce0a455e8c937becb2c@git.apache.org> References: <522f61f41f694ce0a455e8c937becb2c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/50] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-709_2' into ignite-23 Merge remote-tracking branch 'remotes/origin/ignite-709_2' into ignite-23 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9347e679 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9347e679 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9347e679 Branch: refs/heads/ignite-943 Commit: 9347e679867b68bb33c24aabd64939abfbd75f2d Parents: 32cb360 2ca18ba Author: sboikov Authored: Tue May 26 17:47:17 2015 +0300 Committer: sboikov Committed: Tue May 26 17:47:17 2015 +0300 ---------------------------------------------------------------------- .../internal/GridEventConsumeHandler.java | 106 ++++++++++--------- .../continuous/GridContinuousProcessor.java | 44 ++++++++ .../discovery/tcp/TcpClientDiscoverySpi.java | 5 - .../spi/discovery/tcp/TcpDiscoverySpi.java | 5 - .../discovery/tcp/TcpDiscoverySpiAdapter.java | 5 + .../apache/ignite/internal/GridSelfTest.java | 4 +- .../GridDiscoveryManagerAliveCacheSelfTest.java | 2 +- .../continuous/GridEventConsumeSelfTest.java | 2 +- 8 files changed, 109 insertions(+), 64 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9347e679/modules/core/src/test/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManagerAliveCacheSelfTest.java ----------------------------------------------------------------------