Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 4017 invoked from network); 11 Mar 2011 20:58:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Mar 2011 20:58:21 -0000 Received: (qmail 94273 invoked by uid 500); 11 Mar 2011 20:58:21 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 94199 invoked by uid 500); 11 Mar 2011 20:58:21 -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 94135 invoked by uid 99); 11 Mar 2011 20:58:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 20:58:21 +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; Fri, 11 Mar 2011 20:58:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A1F1A3A4399 for ; Fri, 11 Mar 2011 20:57:59 +0000 (UTC) Date: Fri, 11 Mar 2011 20:57:59 +0000 (UTC) From: "Jeffrey Wang (JIRA)" To: commits@cassandra.apache.org Message-ID: <1393101861.14409.1299877079659.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <501547688.9984.1299731999421.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Reopened: (CASSANDRA-2305) Tombstoned rows not purged from cache after gcgraceseconds 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-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Wang reopened CASSANDRA-2305: ------------------------------------- I believe the cause to be something else (see latest comment). > Tombstoned rows not purged from cache after gcgraceseconds > ---------------------------------------------------------- > > Key: CASSANDRA-2305 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2305 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.0 > Reporter: Jeffrey Wang > Assignee: Sylvain Lebresne > Priority: Minor > Fix For: 0.7.4 > > Attachments: 0001-Compaction-test.patch, 0002-Invalidate-row-cache-on-compaction-purge.patch > > Original Estimate: 2h > Time Spent: 2h > Remaining Estimate: 0h > > From email to list: > I was wondering if this is the expected behavior of deletes (0.7.0). Let's say I have a 1-node cluster with a single CF which has gc_grace_seconds = 0. The following sequence of operations happens (in the given order): > insert row X with timestamp T > delete row X with timestamp T+1 > force flush + compaction > insert row X with timestamp T > My understanding is that the tombstone created by the delete (and row X) will disappear with the flush + compaction which means the last insertion should show up. My experimentation, however, suggests otherwise (the last insertion does not show up). > I believe I have traced this to the fact that the markedForDeleteAt field on the ColumnFamily does not get reset after a compaction (after gc_grace_seconds has passed); is this desirable? I think it introduces an inconsistency in how tombstoned columns work versus tombstoned CFs. Thanks. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira