Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 584BE200B9C for ; Mon, 10 Oct 2016 14:13:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 56FBD160AF6; Mon, 10 Oct 2016 12:13:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3E86E160B08 for ; Mon, 10 Oct 2016 14:13:00 +0200 (CEST) Received: (qmail 48606 invoked by uid 500); 10 Oct 2016 12:12:59 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 47371 invoked by uid 99); 10 Oct 2016 12:12:57 -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; Mon, 10 Oct 2016 12:12:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4C1EE07D9; Mon, 10 Oct 2016 12:12:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Mon, 10 Oct 2016 12:13:40 -0000 Message-Id: <625755b07501433297aa38592a38afd4@git.apache.org> In-Reply-To: <1c2b871572b547e0bad93846577cf97b@git.apache.org> References: <1c2b871572b547e0bad93846577cf97b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [44/50] [abbrv] ignite git commit: Merge remote-tracking branch 'remotes/community/ignite-gg-8-io1' into ignite-gg-8-io2 archived-at: Mon, 10 Oct 2016 12:13:01 -0000 Merge remote-tracking branch 'remotes/community/ignite-gg-8-io1' into ignite-gg-8-io2 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ec6977b9 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ec6977b9 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ec6977b9 Branch: refs/heads/ignite-gg-8-io2-selNow Commit: ec6977b9b25add92afdd1406bf4c4f3df6b2bd32 Parents: 8d0f6c7 a995d5b Author: sboikov Authored: Wed Oct 5 10:04:59 2016 +0300 Committer: sboikov Committed: Wed Oct 5 10:04:59 2016 +0300 ---------------------------------------------------------------------- .../ignite/internal/util/nio/GridNioServer.java | 24 ++-- .../communication/tcp/TcpCommunicationSpi.java | 126 ++++++++++++------- 2 files changed, 93 insertions(+), 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ec6977b9/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridNioServer.java ----------------------------------------------------------------------