Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 62092 invoked from network); 22 Oct 2010 17:42:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Oct 2010 17:42:39 -0000 Received: (qmail 27961 invoked by uid 500); 22 Oct 2010 17:42:39 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 27942 invoked by uid 500); 22 Oct 2010 17:42:39 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 27934 invoked by uid 99); 22 Oct 2010 17:42:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 17:42:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 17:42:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9MHgFMn013390 for ; Fri, 22 Oct 2010 17:42:15 GMT Message-ID: <13100427.30351287769335438.JavaMail.jira@thor> Date: Fri, 22 Oct 2010 13:42:15 -0400 (EDT) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Resolved: (CASSANDRA-1645) Bootstrapping new node causes RowMutationVerbHandler Couldn't find cfId In-Reply-To: <20910305.17071287696497757.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams resolved CASSANDRA-1645. ----------------------------------------- Resolution: Cannot Reproduce Can't reproduce against trunk, this is was likely fixed sometime after beta2. > Bootstrapping new node causes RowMutationVerbHandler Couldn't find cfId > ----------------------------------------------------------------------- > > Key: CASSANDRA-1645 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1645 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.7 beta 2 > Reporter: Jake Farrell > Fix For: 0.7.0 > > > Existing 0.7.0-beta2 cluster adding 1 new node with no data data on it. Enable bootstrapping and start new node and received stream of Couldn't find cfId, added keyspaces via cli and errors stopped. Node did not bootstrap. > ERROR [MUTATION_STAGE:6] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java (line 81) Error in row mutation > org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't find cfId=1011 > at org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:113) > at org.apache.cassandra.db.RowMutationSerializer.defreezeTheMaps(RowMutation.java:365) > at org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:375) > at org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:333) > at org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:49) > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:50) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:619) > ERROR [MUTATION_STAGE:21] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java (line 81) Error in row mutation > org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't find cfId=1011 > at org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:113) > at org.apache.cassandra.db.RowMutationSerializer.defreezeTheMaps(RowMutation.java:365) > at org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:375) > at org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:333) > at org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:49) > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:50) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:619) > ERROR [MUTATION_STAGE:31] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java (line 81) Error in row mutation > org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't find cfId=1016 > at org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:113) > at org.apache.cassandra.db.RowMutationSerializer.defreezeTheMaps(RowMutation.java:365) > at org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:375) > at org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:333) > at org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:49) > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:50) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:619) > ERROR [MUTATION_STAGE:4] 2010-10-21 15:46:58,950 RowMutationVerbHandler.java (line 81) Error in row mutation -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.