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 DC1039575 for ; Thu, 13 Oct 2011 19:17:34 +0000 (UTC) Received: (qmail 61441 invoked by uid 500); 13 Oct 2011 19:17:32 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 61412 invoked by uid 500); 13 Oct 2011 19:17:32 -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 61404 invoked by uid 99); 13 Oct 2011 19:17:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 19:17:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of driftx@gmail.com designates 209.85.214.44 as permitted sender) Received: from [209.85.214.44] (HELO mail-bw0-f44.google.com) (209.85.214.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 19:17:27 +0000 Received: by bkbzv3 with SMTP id zv3so2084107bkb.31 for ; Thu, 13 Oct 2011 12:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=HZ0bGLWVQmqT+fU/8snSk3dAYMk5AZn4NKNDkObDCqA=; b=Uqtvpb5MY7jhf0so/R5BCqVHpI2HAlXmLRlfdjMYtZXAfQoVFCcUvWWLo9HwHarFfN 7NPMyfyAgRvR+IRiLBToerRx4066QTqqiaM7X0uFEzZJOJ10rMunngE3jKnVPYQnDLme c1PuF8PHZQWi0brH0RSvhnwiWjR4be53ta/vo= Received: by 10.204.130.155 with SMTP id t27mr3902141bks.49.1318533426129; Thu, 13 Oct 2011 12:17:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.130.14 with HTTP; Thu, 13 Oct 2011 12:16:46 -0700 (PDT) In-Reply-To: <7B2D74DD59063D48A2447376C55CE54D45A192A2@MOES1.nisc.lan> References: <7B2D74DD59063D48A2447376C55CE54D45A18958@MOES1.nisc.lan> <7B2D74DD59063D48A2447376C55CE54D45A19263@MOES1.nisc.lan> <7B2D74DD59063D48A2447376C55CE54D45A1928B@MOES1.nisc.lan> <7B2D74DD59063D48A2447376C55CE54D45A192A2@MOES1.nisc.lan> From: Brandon Williams Date: Thu, 13 Oct 2011 14:16:46 -0500 Message-ID: Subject: Re: MapReduce with two ethernet cards To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Oct 13, 2011 at 1:17 PM, Scott Fines wrote: > When I look at the source for ColumnFamilyInputFormat, it appears that it= does a call to client.describe_ring; when you do the equivalent call =A0wi= th nodetool, you get the 10.1.1.* addresses. =A0This seems to indicate to m= e that I should open up the firewall and attempt to contact those IPs inste= ad of the normal thrift IPs. > > That leads me to think that I need to have thrift listening on both IPs, = though. Would that then be the case? My mistake, I thought I'd committed this: https://issues.apache.org/jira/browse/CASSANDRA-3214 Can you see if that solves your issue? -Brandon