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 0B3B46AF3 for ; Tue, 28 Jun 2011 22:44:34 +0000 (UTC) Received: (qmail 6725 invoked by uid 500); 28 Jun 2011 22:44:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 6649 invoked by uid 500); 28 Jun 2011 22:44:33 -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 6548 invoked by uid 99); 28 Jun 2011 22:44:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 22:44:33 +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, 28 Jun 2011 22:44:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B2F33413E29 for ; Tue, 28 Jun 2011 22:43:32 +0000 (UTC) Date: Tue, 28 Jun 2011 22:43:32 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1577306883.442.1309301012729.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <16087348.5779.1307604119018.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-3969) Outdated data can not be cleaned in time 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/HBASE-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056861#comment-13056861 ] Hudson commented on HBASE-3969: ------------------------------- Integrated in HBase-TRUNK #1995 (See [https://builds.apache.org/job/HBase-TRUNK/1995/]) > Outdated data can not be cleaned in time > ---------------------------------------- > > Key: HBASE-3969 > URL: https://issues.apache.org/jira/browse/HBASE-3969 > Project: HBase > Issue Type: Improvement > Components: regionserver > Affects Versions: 0.90.1, 0.90.2, 0.90.3 > Reporter: zhoushuaifeng > Assignee: zhoushuaifeng > Fix For: 0.90.4 > > Attachments: HBASE-3969-solution1-for-branch-v2.patch, HBASE-3969-solution1-for-branch-v3.patch, HBASE-3969-solution1-for-branch-v4.patch, HBASE-3969-solution1-for-branch.patch, HBASE-3969-solution1-for-trunk-v2.patch, HBASE-3969-solution1-for-trunk-v3.patch, HBASE-3969-solution1-for-trunk-v4.patch, HBASE-3969-solution1.patch > > > Compaction checker will send regions to the compact queue to do compact. But the priority of these regions is too low if these regions have only a few storefiles. When there is large through output, and the compact queue will aways have some regions with higher priority. This may causing the major compact be delayed for a long time(even a few days), and outdated data cleaning will also be delayed. > In our test case, we found some regions sent to the queue by major compact checker hunging in the queue for more than 2 days! Some scanners on these regions cannot get availably data for a long time and lease expired. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira