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 D735418334 for ; Mon, 17 Aug 2015 23:19:50 +0000 (UTC) Received: (qmail 60953 invoked by uid 500); 17 Aug 2015 23:19:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60899 invoked by uid 500); 17 Aug 2015 23:19:46 -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 60884 invoked by uid 99); 17 Aug 2015 23:19:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 23:19:45 +0000 Date: Mon, 17 Aug 2015 23:19:45 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14233) Branch-1.2 Merging regions can result in messed up tables 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-14233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14700414#comment-14700414 ] Enis Soztutar commented on HBASE-14233: --------------------------------------- Is this 1.2 specific or applicable to 1.0+? I do not recall any changes in this part recently. > Branch-1.2 Merging regions can result in messed up tables > --------------------------------------------------------- > > Key: HBASE-14233 > URL: https://issues.apache.org/jira/browse/HBASE-14233 > Project: HBase > Issue Type: Bug > Components: proc-v2, Region Assignment > Affects Versions: 1.2.0 > Reporter: Elliott Clark > Priority: Critical > Fix For: 1.2.0 > > > {code} > 15/08/17 14:10:50 INFO master.RegionStates: Transition null to {6486b9b9409b25f10eb806ec3bad442d state=MERGING_NEW, ts=1439845850422, server=hbase508.ash1.facebook.com,16020,1439844470302} > 15/08/17 14:10:57 INFO master.AssignmentManager: Failed to record merged region 6486b9b9409b25f10eb806ec3bad442d > 15/08/17 14:10:57 ERROR master.AssignmentManager: Failed to transtion region from {6486b9b9409b25f10eb806ec3bad442d state=MERGING_NEW, ts=1439845850422, server=hbase508.ash1.facebook.com,16020,1439844470302} to MERGE_PONR by hbase508.ash1.facebook.com,16020,1439844470302: Failed to record the merging in meta > 15/08/17 14:11:08 WARN master.RegionStates: THIS SHOULD NOT HAPPEN: unexpected {6486b9b9409b25f10eb806ec3bad442d state=MERGING_NEW, ts=1439845857580, server=hbase508.ash1.facebook.com,16020,1439844470302} > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)