Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1D1D2753 for ; Thu, 21 Apr 2011 16:00:54 +0000 (UTC) Received: (qmail 94719 invoked by uid 500); 21 Apr 2011 16:00:52 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 94695 invoked by uid 500); 21 Apr 2011 16:00:52 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 94686 invoked by uid 99); 21 Apr 2011 16:00:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2011 16:00:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nate@datastax.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2011 16:00:46 +0000 Received: by wyb29 with SMTP id 29so1769122wyb.31 for ; Thu, 21 Apr 2011 09:00:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.186.133 with SMTP id w5mr1061828wem.21.1303401625169; Thu, 21 Apr 2011 09:00:25 -0700 (PDT) Received: by 10.216.181.140 with HTTP; Thu, 21 Apr 2011 09:00:24 -0700 (PDT) X-Originating-IP: [64.132.24.248] In-Reply-To: References: Date: Thu, 21 Apr 2011 11:00:24 -0500 Message-ID: Subject: Re: How to change the seed node used to discover other nodes in the ring? From: Nate McCall To: hector-users@googlegroups.com Cc: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 It will work as long as thrift and gossip are bound to the same interface. The discovery server in Hector also uses the CassandraHostConfigurator#getPort for the port in constructing the host URL. On Thu, Apr 21, 2011 at 10:48 AM, Roshan Dawrani wrote: > On Thu, Apr 21, 2011 at 9:10 PM, Nate McCall wrote: >> >> Roshan, >> See https://issues.apache.org/jira/browse/CASSANDRA-1777 for more details. > > Hi...I am not sure I fully understand the current state of auto-discovery of > nodes. > The impression I am getting looking at the issue details is that > auto-discovery is not in a usable state and it's better to list the > host/ports (since Hector '0.7.0-28' seems to be auto-discovering nodes using > describe_ring). Is that right?