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 B8CC94134 for ; Wed, 15 Jun 2011 02:31:11 +0000 (UTC) Received: (qmail 33604 invoked by uid 500); 15 Jun 2011 02:31:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33574 invoked by uid 500); 15 Jun 2011 02:31:11 -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 33566 invoked by uid 99); 15 Jun 2011 02:31:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 02:31:11 +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; Wed, 15 Jun 2011 02:31:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EA233417B17 for ; Wed, 15 Jun 2011 02:30:47 +0000 (UTC) Date: Wed, 15 Jun 2011 02:30:47 +0000 (UTC) From: "zhoushuaifeng (JIRA)" To: issues@hbase.apache.org Message-ID: <1842351023.5535.1308105047955.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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049579#comment-13049579 ] zhoushuaifeng commented on HBASE-3969: -------------------------------------- For the 3rd solution, the trunk has a lot of change on compact thread, it's a big change. It's a little easier to the branch 0.90.x > 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 > Fix For: 0.90.4 > > Attachments: 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