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 DE21C10694 for ; Fri, 11 Oct 2013 06:54:43 +0000 (UTC) Received: (qmail 25146 invoked by uid 500); 11 Oct 2013 06:54:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 25014 invoked by uid 500); 11 Oct 2013 06:54:43 -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 24985 invoked by uid 99); 11 Oct 2013 06:54:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 06:54:42 +0000 Date: Fri, 11 Oct 2013 06:54:42 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9696) Master recovery ignores online merge znode 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-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792409#comment-13792409 ] stack commented on HBASE-9696: ------------------------------ I rechecked. The MERGING znode actually has the name of the merged region so my claim above that PENDING_MERGE having name of merging region being new is not totally correct. > Master recovery ignores online merge znode > ------------------------------------------ > > Key: HBASE-9696 > URL: https://issues.apache.org/jira/browse/HBASE-9696 > Project: HBase > Issue Type: Bug > Components: master, Region Assignment > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Fix For: 0.98.0, 0.96.1 > > Attachments: trunk-9696.patch, trunk-9696_v2.1.patch, trunk-9696_v2.patch, trunk-9696_v3.patch, trunk-9696_v3.patch > > > The online merge znode uses the new region to be created. When master restarts, the new region is still unknown if the merging is not completed. Therefore the znode is ignored, which should not. That means the two merging regions could be moved around. This could cause some data loss if we are not luck. -- This message was sent by Atlassian JIRA (v6.1#6144)