Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F3B610763 for ; Tue, 27 Jan 2015 09:50:55 +0000 (UTC) Received: (qmail 91752 invoked by uid 500); 27 Jan 2015 09:50:55 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 91708 invoked by uid 500); 27 Jan 2015 09:50:55 -0000 Mailing-List: contact dev-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 dev@ignite.incubator.apache.org Received: (qmail 91697 invoked by uid 99); 27 Jan 2015 09:50:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2015 09:50:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 27 Jan 2015 09:50:54 +0000 Received: (qmail 91659 invoked by uid 99); 27 Jan 2015 09:50:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2015 09:50:34 +0000 Date: Tue, 27 Jan 2015 09:50:34 +0000 (UTC) From: "Anton Vinogradov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IGNITE-94) Improvements in examples configuration files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IGNITE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Vinogradov resolved IGNITE-94. ------------------------------------ Resolution: Fixed > Improvements in examples configuration files > -------------------------------------------- > > Key: IGNITE-94 > URL: https://issues.apache.org/jira/browse/IGNITE-94 > Project: Ignite > Issue Type: Improvement > Components: general > Affects Versions: sprint-1 > Reporter: Alexey Goncharuk > Assignee: Anton Vinogradov > Fix For: sprint-1 > > > Currently all examples files contain localHost set to 127.0.0.1 which is not very convenient since config becomes invalid when discovery settings are changed to real IPs. > If localHost setting is omitted in configuration file, Ignite will bind to all available network interfaces, including 127.0.0.1. > Suggested changes: > # Remove localHost from example configuration files. > # Change IP finder to multicast (which will automatically enable running examples in distributed environments) -- This message was sent by Atlassian JIRA (v6.3.4#6332)