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 3D2044349 for ; Mon, 9 May 2011 10:54:24 +0000 (UTC) Received: (qmail 95772 invoked by uid 500); 9 May 2011 10:54:22 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 95743 invoked by uid 500); 9 May 2011 10:54:22 -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 95735 invoked by uid 99); 9 May 2011 10:54:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 10:54:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of etamme@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 10:54:15 +0000 Received: by fxm15 with SMTP id 15so4136445fxm.31 for ; Mon, 09 May 2011 03:53:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=V1HCLDYluHkRaVfquDEL8RuXCFcWaEURcTnjyWBZ/kM=; b=kpUF+NeXEzFfo6R0Qw0C3adV0ci/i4Umj4MnfelGZdThCY2x5ZGW7pJX/Pq1Uyo23e n2pvhDW57b/qC/SB1+8zr6lzobmkssflueuHclEgWlaVBTWPuZCtBpl6bt0MWi1cR+CX h2MF0dxhNbmOYU+PW/hJvKpRIAyvJCVhRytn0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HJ7dJd2GRrFH3evN+p22i/lmaw3aocSea8/aC0xlnOnzK4zMkBWJmwubZ2H15Oy9sN ookQS4ydR1UFb/x5n7v4o9XNxhjaQMW+tnvCCBfL7CG2DTZvOJ4dcQ5LHBmUpFdzNP1z uyXyvk0iDj2I2GyTzf299SOq0oA90z7fZoqv0= MIME-Version: 1.0 Received: by 10.223.160.131 with SMTP id n3mr982063fax.111.1304938435627; Mon, 09 May 2011 03:53:55 -0700 (PDT) Received: by 10.223.89.138 with HTTP; Mon, 9 May 2011 03:53:55 -0700 (PDT) In-Reply-To: <573A3685-7221-4AD4-AA9E-2E886B285F6E@thelastpickle.com> References: <573A3685-7221-4AD4-AA9E-2E886B285F6E@thelastpickle.com> Date: Mon, 9 May 2011 06:53:55 -0400 Message-ID: Subject: Re: RequestResponseStage Assertion Error From: Eric tamme To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, May 8, 2011 at 7:17 PM, aaron morton wrote: > What version are you on ? > > Check the nodetool ring from each node in your cluster to check they have the same view. I am running 0.7.3. I checked nodetool ring on all hosts and it all comes back the same. I had some funky business when i dropped the keyspace (basically an out of memory error) so I added jna.jar to the host I was dropping from, which worked ... then the others didnt. So I went back and added jna.jar all around and all but this host seemed to pickup the change. I had to drop the keyspace again on this host that is giving me errors - so it had a mismatched schema for some period ... and maybe it still does??? Any more thoughts? Can I check the schema? Can I "force" a schema update on the node that is giving me errors?... and What do those errors mean exactly? Thanks again, Eric