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 8126E9001 for ; Fri, 18 Nov 2011 16:06:23 +0000 (UTC) Received: (qmail 44535 invoked by uid 500); 18 Nov 2011 16:06:21 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 44461 invoked by uid 500); 18 Nov 2011 16:06:21 -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 44450 invoked by uid 99); 18 Nov 2011 16:06:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 16:06:21 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 16:06:14 +0000 Received: by ggeq3 with SMTP id q3so1322796gge.31 for ; Fri, 18 Nov 2011 08:05:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.78.3 with SMTP id f3mr5918464yhe.120.1321632352820; Fri, 18 Nov 2011 08:05:52 -0800 (PST) Received: by 10.146.167.15 with HTTP; Fri, 18 Nov 2011 08:05:52 -0800 (PST) In-Reply-To: References: Date: Fri, 18 Nov 2011 11:05:52 -0500 Message-ID: Subject: Re: BulkLoader From: Giannis Neokleous To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=20cf300514e0e9dd2604b2048231 X-Virus-Checked: Checked by ClamAV on apache.org --20cf300514e0e9dd2604b2048231 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the info Brandon. I'll do the upgrade once 0.8.8 is released. On Wed, Nov 16, 2011 at 2:43 PM, Brandon Williams wrote: > On Mon, Nov 14, 2011 at 2:49 PM, Giannis Neokleous > wrote: > > Hello everyone, > > > > We're using the bulk loader to load data every day to Cassandra. The > > machines that use the bulkloader are diferent every day so their IP > > addresses change. When I do "describe cluster" i see all the unreachable > > nodes that keep piling up for the past few days. Is there a way to remove > > those IP addresses without terminating the whole cluster at the same time > > and restarting it? > > > > The unreachable nodes cause issues when we want to make schema changes to > > all the nodes or when we want to truncate a CF. > > > > Any suggestions? > > > It sounds like you're running into > https://issues.apache.org/jira/browse/CASSANDRA-3351 so the first step > would be to upgrade to a version that has it fixed. > > Unfortunately, this won't solve the problem, just prevent it from > happening in the future. To remove the old nodes, you can apply > https://issues.apache.org/jira/browse/CASSANDRA-3337 on one node and > call the JMX method for the unreachable endpoints. > > -Brandon > --20cf300514e0e9dd2604b2048231 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for the info Brandon. I'll do the upgrade once 0.8.8 is released= .

On Wed, Nov 16, 2011 at 2:43 PM, Brando= n Williams <driftx= @gmail.com> wrote:
On = Mon, Nov 14, 2011 at 2:49 PM, Giannis Neokleous
<giannis@generalsentimen= t.com> wrote:
> Hello everyone,
>
> We're using the bulk loader to load data every day to Cassandra. T= he
> machines that use the bulkloader are diferent every day so their IP > addresses change. When I do "describe cluster" i see all the= unreachable
> nodes that keep piling up for the past few days. Is there a way to rem= ove
> those IP addresses without terminating the whole cluster at the same t= ime
> and restarting it?
>
> The unreachable nodes cause issues when we want to make schema changes= to
> all the nodes or when we want to truncate a CF.
>
> Any suggestions?


It sounds like you're running into
https://issues.apache.org/jira/browse/CASSANDRA-3351 so the fir= st step
would be to upgrade to a version that has it fixed.

Unfortunately, this won't solve the problem, just prevent it from
happening in the future. =A0To remove the old nodes, you can apply
https://issues.apache.org/jira/browse/CASSANDRA-3337 on one nod= e and
call the JMX method for the unreachable endpoints.

-Brandon

--20cf300514e0e9dd2604b2048231--