Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 98640 invoked from network); 30 Jul 2010 18:12:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 18:12:54 -0000 Received: (qmail 25712 invoked by uid 500); 30 Jul 2010 18:12:54 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 25648 invoked by uid 500); 30 Jul 2010 18:12:53 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 25639 invoked by uid 99); 30 Jul 2010 18:12:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 18:12:53 +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, 30 Jul 2010 18:12:51 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6UICTs2029500 for ; Fri, 30 Jul 2010 18:12:30 GMT Message-ID: <23592265.90401280513549482.JavaMail.jira@thor> Date: Fri, 30 Jul 2010 14:12:29 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-2792) Create a better way to chain log cleaners In-Reply-To: <14273326.69391277509914037.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/HBASE-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2792: ------------------------- Attachment: HBASE-2792.patch DIff copied from review.hbase.org, the diff I'm about to commit. > Create a better way to chain log cleaners > ----------------------------------------- > > Key: HBASE-2792 > URL: https://issues.apache.org/jira/browse/HBASE-2792 > Project: HBase > Issue Type: Improvement > Reporter: Jean-Daniel Cryans > Assignee: Li Chongxin > Fix For: 0.90.0 > > Attachments: HBASE-2792.patch > > > From Stack's review of HBASE-2223: > {quote} > Why this implementation have to know about other implementations? Can't we do a chain of decision classes? Any class can say no? As soon as any decision class says no, we exit the chain.... So in this case, first on the chain would be the ttl decision... then would be this one... and third would be the snapshotting decision. You don't have to do the chain as part of this patch but please open an issue to implement. > {quote} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.