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 DED9FE408 for ; Tue, 29 Jan 2013 00:27:14 +0000 (UTC) Received: (qmail 11368 invoked by uid 500); 29 Jan 2013 00:27:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 11324 invoked by uid 500); 29 Jan 2013 00:27:14 -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 11314 invoked by uid 99); 29 Jan 2013 00:27:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 00:27:14 +0000 Date: Tue, 29 Jan 2013 00:27:14 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-1212) merge tool expects regions all have different sequence ids 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-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13564893#comment-13564893 ] Hudson commented on HBASE-1212: ------------------------------- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #381 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/381/]) HBASE-1212 merge tool expects regions all have different sequence ids (Jean-Marc) (Revision 1439495) Result = FAILURE tedyu : Files : * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java > merge tool expects regions all have different sequence ids > ---------------------------------------------------------- > > Key: HBASE-1212 > URL: https://issues.apache.org/jira/browse/HBASE-1212 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: Jean-Marc Spaggiari > Fix For: 0.96.0 > > Attachments: failure.log, HBASE-1212.patch, HBASE-1212-v2.patch, HBASE-1212-v3-trunk.patch > > > Currently merging two regions, the merge tool will compare their sequence ids. If same, it will decrement one. It needs to do this because on region open, files are keyed by their sequenceid; if two the same, one will erase the other. > Well, with the move to the aggregating hfile format, the sequenceid is written when the file is created and its no longer written into an aside file but as metadata on to the end of the file. Changing the sequenceid is no longer an option. > This issue is about figuring a solution for the rare case where two store files have same sequence id AND we want to merge the two regions. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira