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 A61591018B for ; Tue, 4 Jun 2013 11:43:10 +0000 (UTC) Received: (qmail 81085 invoked by uid 500); 4 Jun 2013 11:43:08 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 80734 invoked by uid 500); 4 Jun 2013 11:43:07 -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 80725 invoked by uid 99); 4 Jun 2013 11:43:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 11:43:06 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [67.192.241.171] (HELO smtp171.dfw.emailsrvr.com) (67.192.241.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 11:42:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp17.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 4C5B3188182 for ; Tue, 4 Jun 2013 07:42:18 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp17.relay.dfw1a.emailsrvr.com (Authenticated sender: himanshu.joshi-AT-orkash.com) with ESMTPSA id AA7D51880C4 for ; Tue, 4 Jun 2013 07:42:17 -0400 (EDT) Message-ID: <51ADD23D.308@orkash.com> Date: Tue, 04 Jun 2013 17:10:45 +0530 From: "himanshu.joshi" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: java.lang.AssertionError on starting the node References: <51A834CA.1050707@orkash.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------080505030700060509030108" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------080505030700060509030108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I deleted a column family from the keyspace and the error has gone now. Thanks for the reply. -- Thanks & Regards, Himanshu Joshi On 05/31/2013 08:16 PM, S C wrote: > What was the node doing right before the ERROR? Can you post some more > log? > > Thanks, > SC > > > ------------------------------------------------------------------------ > Date: Fri, 31 May 2013 10:57:38 +0530 > From: himanshu.joshi@orkash.com > To: user@cassandra.apache.org > Subject: java.lang.AssertionError on starting the node > > Hi, > I have created a 2 node test cluster in Cassandra version 1.2.3 > with Simple Strategy and Replication Factor 2. The Java version is > "1.6.0_27" The seed node is working fine but when I am starting the > second node it is showing the following error: > > ERROR 10:16:55,603 Exception in thread Thread[FlushWriter:2,5,main] > java.lang.AssertionError: 105565 > at > org.apache.cassandra.utils.ByteBufferUtil.writeWithShortLength(ByteBufferUtil.java:342) > at > org.apache.cassandra.io.sstable.SSTableWriter.append(SSTableWriter.java:176) > at > org.apache.cassandra.db.Memtable$FlushRunnable.writeSortedContents(Memtable.java:481) > at > org.apache.cassandra.db.Memtable$FlushRunnable.runWith(Memtable.java:440) > at > org.apache.cassandra.io.util.DiskAwareRunnable.runMayThrow(DiskAwareRunnable.java:48) > at > org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:679) > > This node was working fine earlier and is having the data also. > Any help would be appreciated. > -- > Thanks & Regards, > Himanshu Joshi --------------080505030700060509030108 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi,

    I deleted a column family from the keyspace and the error has gone now.

Thanks for the reply.

-- 
Thanks & Regards,
Himanshu Joshi

On 05/31/2013 08:16 PM, S C wrote:
What was the node doing right before the ERROR? Can you post some more log?

Thanks,
SC



Date: Fri, 31 May 2013 10:57:38 +0530
From: himanshu.joshi@orkash.com
To: user@cassandra.apache.org
Subject: java.lang.AssertionError on starting the node

Hi,
    I have created a 2 node test cluster in Cassandra version 1.2.3 with  Simple Strategy and Replication Factor 2. The Java version is "1.6.0_27" The seed node is working fine but when I am starting the second node it is showing the following error:

ERROR 10:16:55,603 Exception in thread Thread[FlushWriter:2,5,main]
java.lang.AssertionError: 105565
    at org.apache.cassandra.utils.ByteBufferUtil.writeWithShortLength(ByteBufferUtil.java:342)
    at org.apache.cassandra.io.sstable.SSTableWriter.append(SSTableWriter.java:176)
    at org.apache.cassandra.db.Memtable$FlushRunnable.writeSortedContents(Memtable.java:481)
    at org.apache.cassandra.db.Memtable$FlushRunnable.runWith(Memtable.java:440)
    at org.apache.cassandra.io.util.DiskAwareRunnable.runMayThrow(DiskAwareRunnable.java:48)
    at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:679)

This node was working fine earlier and is having the data also.
Any help would be appreciated.
-- 
Thanks & Regards,
Himanshu Joshi


  


--------------080505030700060509030108--