Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 21091 invoked from network); 1 Mar 2008 19:57:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2008 19:57:54 -0000 Received: (qmail 26050 invoked by uid 500); 1 Mar 2008 19:57:49 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 26028 invoked by uid 500); 1 Mar 2008 19:57:49 -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 26019 invoked by uid 99); 1 Mar 2008 19:57:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Mar 2008 11:57:49 -0800 X-ASF-Spam-Status: No, hits=-1999.0 required=10.0 tests=ALL_TRUSTED,FB_WORD1_END_DOLLAR 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; Sat, 01 Mar 2008 19:57:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C2AA7234C084 for ; Sat, 1 Mar 2008 11:56:52 -0800 (PST) Message-ID: <1539290854.1204401412796.JavaMail.jira@brutus> Date: Sat, 1 Mar 2008 11:56:52 -0800 (PST) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-480) Tool to manually merge two regions In-Reply-To: <579390625.1204324795072.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-480: ------------------------ Attachment: merge-v3.patch My fault. Had fixed that in code but hadn't updated the patch. Here's v3. Thanks for reviewing. {code} durruti:~/Documents/checkouts/hbase/trunk stack$ svn diff src/java/org/apache/hadoop/hbase/HMerge.java > merge-v3.patch durruti:~/Documents/checkouts/hbase/trunk stack$ ~/bin/ant/bin/ant clean compile jar test -Dtestcase=TestMergeTable Buildfile: build.xml clean: [delete] Deleting directory /Users/stack/Documents/checkouts/hbase/trunk/build ... test: [mkdir] Created dir: /Users/stack/Documents/checkouts/hbase/trunk/build/test/logs [junit] Running org.apache.hadoop.hbase.TestMergeTable [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 34.91 sec BUILD SUCCESSFUL Total time: 42 seconds {code} > Tool to manually merge two regions > ---------------------------------- > > Key: HBASE-480 > URL: https://issues.apache.org/jira/browse/HBASE-480 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Priority: Minor > Attachments: merge-0.1-v2.patch, merge-v2.patch, merge-v3.patch, merge.patch > > > hbase-471 needs a tool to merge two regions that have same start key. This tool may be of use elsewhere making repairs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.