Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 99317 invoked from network); 25 Jun 2009 03:33:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jun 2009 03:33:20 -0000 Received: (qmail 51299 invoked by uid 500); 25 Jun 2009 03:33:31 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 51254 invoked by uid 500); 25 Jun 2009 03:33:31 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 51228 invoked by uid 99); 25 Jun 2009 03:33:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2009 03:33:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2009 03:33:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B77C4234C1E6 for ; Wed, 24 Jun 2009 20:33:07 -0700 (PDT) Message-ID: <1120427173.1245900787750.JavaMail.jira@brutus> Date: Wed, 24 Jun 2009 20:33:07 -0700 (PDT) From: "Chris Goffinet (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Assigned: (CASSANDRA-256) Improve ListenAddress in Storage-Conf In-Reply-To: <1512665418.1245900787599.JavaMail.jira@brutus> 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/CASSANDRA-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet reassigned CASSANDRA-256: ---------------------------------------- Assignee: Chris Goffinet > Improve ListenAddress in Storage-Conf > ------------------------------------- > > Key: CASSANDRA-256 > URL: https://issues.apache.org/jira/browse/CASSANDRA-256 > Project: Cassandra > Issue Type: Improvement > Reporter: Chris Goffinet > Assignee: Chris Goffinet > Priority: Minor > > Right now in storage-conf we have: > localhost > We should probably change this to 0.0.0.0 by default for new comers, since setting up multi-node installation with localhost, isn't going to work right. Right now 0.0.0.0 might not work right, (leaving blank does). So we should check that in DatabaseDescriptor. Also a nice to have is maybe an XML doc comment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.