Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 77539 invoked from network); 15 Jul 2009 23:19:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jul 2009 23:19:27 -0000 Received: (qmail 13288 invoked by uid 500); 15 Jul 2009 23:19:37 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 13222 invoked by uid 500); 15 Jul 2009 23:19:37 -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 13211 invoked by uid 99); 15 Jul 2009 23:19:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 23:19:37 +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; Wed, 15 Jul 2009 23:19:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DBCA729A0011 for ; Wed, 15 Jul 2009 16:19:14 -0700 (PDT) Message-ID: <1699176558.1247699954899.JavaMail.jira@brutus> Date: Wed, 15 Jul 2009 16:19:14 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-1662) Tool to run major compaction on catalog regions when hbase is shutdown In-Reply-To: <1698020932.1247698034865.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-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-1662. -------------------------- Resolution: Fixed Committed to branch and trunk. > Tool to run major compaction on catalog regions when hbase is shutdown > ---------------------------------------------------------------------- > > Key: HBASE-1662 > URL: https://issues.apache.org/jira/browse/HBASE-1662 > Project: Hadoop HBase > Issue Type: New Feature > Reporter: stack > Fix For: 0.20.0 > > Attachments: 1662.patch > > > We need this tool in 0.19. Mildly useful in 0.20. > To migrate (HBASE-1215), all tables need to have had a major compaction done. This should work fine for user-space tables as long as no writes coming in. With catalog tables its a little different. They will always have some edits and its tricky getting cluster to go down with it flushing -- adding more files to region. > Am adding an HRegion#main that will list catalog region content by default -- may help debugging -- and then if you add the major_compact option, will major_compact passed region. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.