Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 95739 invoked from network); 3 Aug 2010 20:02:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Aug 2010 20:02:38 -0000 Received: (qmail 52558 invoked by uid 500); 3 Aug 2010 20:02:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 52541 invoked by uid 500); 3 Aug 2010 20:02:37 -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 52533 invoked by uid 99); 3 Aug 2010 20:02:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 20:02:37 +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; Tue, 03 Aug 2010 20:02:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o73K2GKS018997 for ; Tue, 3 Aug 2010 20:02:16 GMT Message-ID: <6100038.144171280865736631.JavaMail.jira@thor> Date: Tue, 3 Aug 2010 16:02:16 -0400 (EDT) From: "Gary Dusbabek (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1353) commit log recovery is broken when the CL contains mutations to CFs that have been dropped In-Reply-To: <6318635.143781280865136820.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-1353?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 12895014#action_12895014 ]=20 Gary Dusbabek commented on CASSANDRA-1353: ------------------------------------------ Connected to the target VM, address: '127.0.0.1:49379', transport: 'socket' INFO 14:55:18,246 [main] Loading settings from /Users/gary.dusbabek/codes/= apache/git-trunk/out/production/conf1/cassandra.yaml DEBUG 14:55:18,658 [main] Syncing log with a period of 10000 INFO 14:55:18,658 [main] DiskAccessMode 'auto' determined to be mmap, inde= xAccessMode is mmap DEBUG 14:55:18,683 [main] setting auto_bootstrap to true DEBUG 14:55:18,913 [main] Starting CFS Statistics DEBUG 14:55:18,939 [main] Starting CFS Schema DEBUG 14:55:19,028 [main] Starting CFS Migrations DEBUG 14:55:19,042 [main] Starting CFS LocationInfo DEBUG 14:55:19,056 [main] Starting CFS HintsColumnFamily INFO 14:55:19,133 [main] Loading schema version b72d969e-9f37-11df-903b-e7= 00f669bcfc DEBUG 14:55:19,153 [main] collecting 0 of 2147483647: Avro/Schema:false:136= 8@1280864748965 DEBUG 14:55:19,154 [main] collecting 1 of 2147483647: Keyspace1:false:62@12= 80864748965 WARN 14:55:19,600 [main] Schema definitions were defined both locally and = in cassandra.yaml. Definitions in cassandra.yaml were ignored. INFO 14:55:19,615 [main] Replaying /Users/gary.dusbabek/cass-configs/trunk= /node1/commitlog/CommitLog-1280862145661.log, /Users/gary.dusbabek/cass-con= figs/trunk/node1/commitlog/CommitLog-1280864632989.log, /Users/gary.dusbabe= k/cass-configs/trunk/node1/commitlog/CommitLog-1280864746190.log, /Users/ga= ry.dusbabek/cass-configs/trunk/node1/commitlog/CommitLog-1280864747315.log,= /Users/gary.dusbabek/cass-configs/trunk/node1/commitlog/CommitLog-12808647= 48249.log, /Users/gary.dusbabek/cass-configs/trunk/node1/commitlog/CommitLo= g-1280864748880.log, /Users/gary.dusbabek/cass-configs/trunk/node1/commitlo= g/CommitLog-1280864749601.log, /Users/gary.dusbabek/cass-configs/trunk/node= 1/commitlog/CommitLog-1280864798401.log DEBUG 14:55:19,642 [main] Replaying /Users/gary.dusbabek/cass-configs/trunk= /node1/commitlog/CommitLog-1280862145661.log starting at 276 DEBUG 14:55:19,642 [main] Reading mutation at 276 DEBUG 14:55:19,788 [main] replaying mutation for system.[B@7848fbc0: {Colum= nFamily(LocationInfo [B:false:1@1280862146155,])} DEBUG 14:55:19,835 [main] Reading mutation at 424 DEBUG 14:55:19,836 [main] replaying mutation for system.[B@764d2b11: {Colum= nFamily(LocationInfo [=7F > commit log recovery is broken when the CL contains mutations to CFs that = have been dropped > -------------------------------------------------------------------------= ----------------- > > Key: CASSANDRA-1353 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1353 > Project: Cassandra > Issue Type: Bug > Reporter: Gary Dusbabek > Assignee: Gary Dusbabek > Fix For: 0.7 beta 1 > > > This was working, so the fix should include a RecoveryManager test that c= hecks for regressions. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.