Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 20560 invoked from network); 3 Feb 2011 18:32:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 18:32:53 -0000 Received: (qmail 81840 invoked by uid 500); 3 Feb 2011 18:32:52 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 81401 invoked by uid 500); 3 Feb 2011 18:32:50 -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 81369 invoked by uid 99); 3 Feb 2011 18:32:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 18:32:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 18:32:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E9E4E18C953 for ; Thu, 3 Feb 2011 18:32:28 +0000 (UTC) Date: Thu, 3 Feb 2011 18:32:28 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: <498365118.7900.1296757948954.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1063379200.435.1296503908976.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Reopened: (CASSANDRA-2083) Hinted Handoff and schema race MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reopened CASSANDRA-2083: ----------------------------------------- Reverted. This has problems, the least of which is passing tests. > Hinted Handoff and schema race > ------------------------------ > > Key: CASSANDRA-2083 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2083 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.0 > Reporter: Brandon Williams > Assignee: Brandon Williams > Priority: Minor > Fix For: 0.7.1 > > Attachments: 2083-v3.txt, 2083.txt, 2083v2.txt > > > If a node is down while a keyspace/cf is created and then data is inserted into the CF causing other nodes to hint, when the down node recovers it will lose some hints until the schema propagates: > {noformat} > ERROR 19:59:28,264 Error in row mutation > org.apache.cassandra.db.UnserializableColumnFamilyException: Couldn't find cfId=1000 > at org.apache.cassandra.db.ColumnFamilySerializer.deserialize(ColumnFamilySerializer.java:117) > at org.apache.cassandra.db.RowMutation$RowMutationSerializer.deserialize(RowMutation.java:377) > at org.apache.cassandra.db.RowMutationVerbHandler.doVerb(RowMutationVerbHandler.java:50) > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:70) > 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:662) > INFO 19:59:28,356 Applying migration 28e2e7a4-2d74-11e0-9b6b-cdc89135952c > {noformat} -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira