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 F159D10845 for ; Mon, 15 Dec 2014 22:25:14 +0000 (UTC) Received: (qmail 50676 invoked by uid 500); 15 Dec 2014 22:25:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 50624 invoked by uid 500); 15 Dec 2014 22:25: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 50533 invoked by uid 99); 15 Dec 2014 22:25:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2014 22:25:14 +0000 Date: Mon, 15 Dec 2014 22:25:14 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12686) Failures in split before PONR not clearing the daughter regions from regions in transition during rollback 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-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14247342#comment-14247342 ] Andrew Purtell commented on HBASE-12686: ---------------------------------------- Given the conditional is {{rs.isOnServer(serverName) && (rs.isOpened() || rs.isSplitting())}} is it possible to be processing a region that is not splitting? In which case we have missing null checks, or test again rs.isSplitting(): {code} 1333 HRegionInfo hri_a = splitRegions.get(regionInfo).getFirst(); 1334 HRegionInfo hri_b = splitRegions.get(regionInfo).getSecond(); {code} > Failures in split before PONR not clearing the daughter regions from regions in transition during rollback > ---------------------------------------------------------------------------------------------------------- > > Key: HBASE-12686 > URL: https://issues.apache.org/jira/browse/HBASE-12686 > Project: HBase > Issue Type: Bug > Components: Region Assignment > Affects Versions: 0.98.9 > Reporter: Rajeshbabu Chintaguntla > Assignee: Vandana Ayyalasomayajula > Priority: Blocker > Fix For: 1.0.0, 0.98.9 > > Attachments: HBASE-12686-98.patch, HBASE-12686-branch-1.1.patch, HBASE-12686-branch-1.patch > > > If there are any split failures then the both daughter regions left in SPLITTING_NEW transition even after rollback, which will block balancing to happen forever until unless master is restarted. -- This message was sent by Atlassian JIRA (v6.3.4#6332)