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 985991810A for ; Tue, 30 Jun 2015 12:24:26 +0000 (UTC) Received: (qmail 41010 invoked by uid 500); 30 Jun 2015 12:24:23 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 40969 invoked by uid 500); 30 Jun 2015 12:24:23 -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 40954 invoked by uid 99); 30 Jun 2015 12:24:23 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2015 12:24:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 658201A635A for ; Tue, 30 Jun 2015 12:24:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 7KmbYpJySobb for ; Tue, 30 Jun 2015 12:24:12 +0000 (UTC) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id C2030211EF for ; Tue, 30 Jun 2015 12:24:11 +0000 (UTC) Received: by lagx9 with SMTP id x9so11111292lag.1 for ; Tue, 30 Jun 2015 05:24:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=wyTdp7l+p2ot5Wn8rxKmGO8yBQojwHoHmQBcSep02Cw=; b=b/kXmhGjHhFVuKWAE6A1uUEEc6W9k5f8/AfJegdbAGYGJpg0lCM7PT08P3AB63nmRs GGPed5LCugg8P/gUC7yIsjWdJD8oC9SZgT5foHPp2Xs0vt/utTGinGJMqSGZ6BS9PbpS oTw3kveNFPEyUB2CzZlWWgZqPVh8KC/pCAjLLwIwMn0C5LZO2Ael2AlkoU/nIdicG/BC NMzPzdUFxGm23XUOTGQ+jR+1jTNL8c4ZLNAisRJKnzYKYaO6l9VfYN+OYeopn1yiviOM w/FgsA+YZbXXyYaw/DbNEmOsv63ePJJ3g4/lXeGoHflm8NHeUSFACTKNniiqpYYbmLdV eDyQ== X-Received: by 10.152.3.33 with SMTP id 1mr19356477laz.109.1435667050279; Tue, 30 Jun 2015 05:24:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.198.106 with HTTP; Tue, 30 Jun 2015 05:23:50 -0700 (PDT) In-Reply-To: References: From: Alain RODRIGUEZ Date: Tue, 30 Jun 2015 14:23:50 +0200 Message-ID: Subject: Re: Issue when node goes away? To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e0141a0b68c3b260519bb48ea --089e0141a0b68c3b260519bb48ea Content-Type: text/plain; charset=UTF-8 Hi David ? What does a "nodetool describecluster" output look like ? My guess is you might be having a schema version desynchronisation. If you see a node with different schema version you might want to try a "nodetool resetlocal*schema* - Reset node's local *schema* and resync" You asked for any thoughts, this is a thought, not sure if it will help, I hope so. C*heers, Alain 2015-06-30 1:44 GMT+02:00 Robert Coli : > On Mon, Jun 29, 2015 at 2:43 PM, David Aronchick > wrote: > >> Ping--- any thoughts here? >> > > I don't have any thoughts on your specific issue at this time, but FWIW > #cassandra on freenode is sometimes a better forum for interactive > debugging of operational edge cases. > > =Rob > > --089e0141a0b68c3b260519bb48ea Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi David ?

What does a "nodetool d= escribecluster" output look like ?

My guess i= s you might be having a schema version desynchronisation. If you see a node= with different schema version you might want to try a "nodetool=C2=A0= resetlocalschema =C2=A0 =C2=A0 =C2=A0 - Reset node's local schema and resync"

You asked for any thoughts, this is a thought, not sur= e if it will help, I hope so.

C*heers,
<= br>
Alain

2015-06-30 = 1:44 GMT+02:00 Robert Coli <rcoli@eventbrite.com>:
On Mon, Jun 29, 2015 at 2:43 PM, David Aronchick <aronchick@gmail.com> wrote:
Ping--- any thoughts here?

I don't have any thoughts on your specific issue a= t this time, but FWIW #cassandra on freenode is sometimes a better forum fo= r interactive debugging of operational edge cases.

=3DRob
=C2=A0

--089e0141a0b68c3b260519bb48ea--