Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FF9918F07 for ; Wed, 10 Feb 2016 08:39:18 +0000 (UTC) Received: (qmail 60959 invoked by uid 500); 10 Feb 2016 08:39:18 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 60927 invoked by uid 500); 10 Feb 2016 08:39:18 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 60914 invoked by uid 99); 10 Feb 2016 08:39:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 08:39:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 36F402C14F4 for ; Wed, 10 Feb 2016 08:39:18 +0000 (UTC) Date: Wed, 10 Feb 2016 08:39:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-2575) Add limit on minimal value of IGFS IPC port configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140498#comment-15140498 ] ASF GitHub Bot commented on IGNITE-2575: ---------------------------------------- GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/469 IGNITE-2575 Add limit on minimal value of IGFS IPC port configuration. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dkarachentsev/ignite master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/469.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #469 ---- commit 946dccb9e98419bf9921b12607667d74ef87ecda Author: dkarachentsev Date: 2016-02-10T08:33:04Z IGNITE-2575 Add limit on minimal value of IGFS IPC port configuration. ---- > Add limit on minimal value of IGFS IPC port configuration > --------------------------------------------------------- > > Key: IGNITE-2575 > URL: https://issues.apache.org/jira/browse/IGNITE-2575 > Project: Ignite > Issue Type: Bug > Components: IGFS > Affects Versions: 1.5.0.final > Reporter: Vasiliy Sisko > Priority: Minor > > # Configure IPC configuration of IGFS with port equal 0. > # Node start successfully. > Automatically configured port is not available to receive from configuration and IGFS stay unavailable for external process. > I suggest add check like this: > {code} > assertParameter(port > 1023, "port > 1023"); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)