Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 83352 invoked from network); 5 Nov 2009 19:08:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Nov 2009 19:08:56 -0000 Received: (qmail 70000 invoked by uid 500); 5 Nov 2009 19:08:56 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 69937 invoked by uid 500); 5 Nov 2009 19:08:56 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 69892 invoked by uid 99); 5 Nov 2009 19:08:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 19:08:55 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 19:08:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8CF29234C052 for ; Thu, 5 Nov 2009 11:08:32 -0800 (PST) Message-ID: <102020314.1257448112576.JavaMail.jira@brutus> Date: Thu, 5 Nov 2009 19:08:32 +0000 (UTC) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-1949) KeyValue expiration by Time-to-Live during major compaction is broken In-Reply-To: <1086954.1256941081072.JavaMail.jira@brutus> 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/HBASE-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray reassigned HBASE-1949: ------------------------------------ Assignee: Gary Helmling > KeyValue expiration by Time-to-Live during major compaction is broken > --------------------------------------------------------------------- > > Key: HBASE-1949 > URL: https://issues.apache.org/jira/browse/HBASE-1949 > Project: Hadoop HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.20.1 > Reporter: Gary Helmling > Assignee: Gary Helmling > Fix For: 0.20.2, 0.21.0 > > Attachments: HBASE-1949-0.20.patch, HBASE-1949-trunk.patch, HBASE-1949-v2-0.20.patch, HBASE-1949-v2-trunk.patch > > > During a major compaction on a region in a column family with a configured TTL, it looks like all KeyValues in a row after the first expired KeyValue are skipping and thrown out of the newly written file (regardless of whether the would have been expired or not). > The StoreScanner is skipping to the next row, even when other columns with a non-expirable timestamp exists. Unless I'm misunderstanding it, it seems like it should just seek to the next column instead. I discovered this when altering a table to lower the TTL for a column family and force the expiration of some data which led to the entire row being expired in some instances. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.