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 CB6F218C87 for ; Mon, 19 Oct 2015 16:14:43 +0000 (UTC) Received: (qmail 95522 invoked by uid 500); 19 Oct 2015 16:14:21 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 95490 invoked by uid 500); 19 Oct 2015 16:14:21 -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 95481 invoked by uid 99); 19 Oct 2015 16:14: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; Mon, 19 Oct 2015 16:14:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6AED2E0286; Mon, 19 Oct 2015 16:14:21 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: 1093 Date: Mon, 19 Oct 2015 16:14:21 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-1093-2 b76252e11 -> ad39ce57c 1093 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ad39ce57 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ad39ce57 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ad39ce57 Branch: refs/heads/ignite-1093-2 Commit: ad39ce57ce63a0b8a7864455f3ef3c11061e6dd5 Parents: b76252e Author: Anton Vinogradov Authored: Mon Oct 19 19:13:06 2015 +0300 Committer: Anton Vinogradov Committed: Mon Oct 19 19:13:06 2015 +0300 ---------------------------------------------------------------------- .../ignite/internal/util/nio/GridSelectorNioSessionImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ad39ce57/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridSelectorNioSessionImpl.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridSelectorNioSessionImpl.java b/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridSelectorNioSessionImpl.java index aa6594f..6b1f6a7 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridSelectorNioSessionImpl.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridSelectorNioSessionImpl.java @@ -103,7 +103,7 @@ class GridSelectorNioSessionImpl extends GridNioSessionImpl { this.selectorIdx = selectorIdx; - sem = sndQueueLimit > 0 ? new Semaphore(300/*sndQueueLimit*/) : null; + sem = sndQueueLimit > 0 ? new Semaphore(sndQueueLimit) : null; if (writeBuf != null) { writeBuf.clear();