Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 623AE98F3 for ; Tue, 24 Jan 2012 21:11:08 +0000 (UTC) Received: (qmail 28592 invoked by uid 500); 24 Jan 2012 21:11:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 28034 invoked by uid 500); 24 Jan 2012 21:11:06 -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 27808 invoked by uid 99); 24 Jan 2012 21:11:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 21:11:06 +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; Tue, 24 Jan 2012 21:11:04 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 28486160619 for ; Tue, 24 Jan 2012 21:10:43 +0000 (UTC) Date: Tue, 24 Jan 2012 21:10:43 +0000 (UTC) From: "Zhihong Yu (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1287722824.73967.1327439443166.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1408729781.39907.1326498160167.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5199) Delete out of TTL store files before compaction selection 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-5199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192518#comment-13192518 ] Zhihong Yu commented on HBASE-5199: ----------------------------------- @Liyin: Can you try adding JIRA to the CCs ? I have to deal with 6 copies of each review email in my InBox. Thanks > Delete out of TTL store files before compaction selection > --------------------------------------------------------- > > Key: HBASE-5199 > URL: https://issues.apache.org/jira/browse/HBASE-5199 > Project: HBase > Issue Type: Improvement > Reporter: Liyin Tang > Assignee: Liyin Tang > Attachments: D1311.1.patch, D1311.2.patch, D1311.3.patch, D1311.4.patch, D1311.5.patch > > > Currently, HBase deletes the out of TTL store files after compaction. We can change the sequence to delete the out of TTL store files before selecting store files for compactions. > In this way, HBase can keep deleting the old invalid store files without compaction, and also prevent from unnecessary compactions since the out of TTL store files will be deleted before the compaction selection. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira