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 1146111C40 for ; Thu, 14 Aug 2014 19:54:20 +0000 (UTC) Received: (qmail 92652 invoked by uid 500); 14 Aug 2014 19:54:19 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92612 invoked by uid 500); 14 Aug 2014 19:54:19 -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 92598 invoked by uid 99); 14 Aug 2014 19:54:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 19:54:19 +0000 Date: Thu, 14 Aug 2014 19:54:19 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11687) No need to abort on postOpenDeployTasks exception if region opening is cancelled 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-11687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097524#comment-14097524 ] Hudson commented on HBASE-11687: -------------------------------- FAILURE: Integrated in HBase-1.0 #102 (See [https://builds.apache.org/job/HBase-1.0/102/]) HBASE-11687 No need to abort on postOpenDeployTasks exception if region opening is cancelled (jxiang: rev ce6c2040786580f448f730313119b8feaffbd8bc) * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/OpenRegionHandler.java > No need to abort on postOpenDeployTasks exception if region opening is cancelled > -------------------------------------------------------------------------------- > > Key: HBASE-11687 > URL: https://issues.apache.org/jira/browse/HBASE-11687 > Project: HBase > Issue Type: Bug > Components: Region Assignment > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > Fix For: 0.99.0, 2.0.0 > > Attachments: hbase-11687.patch > > > With ZK-less region assignment, if region opening is in postOpenDeployTasks step and the opening is cancelled, the region server will abort because it can't report the transition to the master. We should cancel postOpenDeployTasks instead. At least, there is no need to abort. -- This message was sent by Atlassian JIRA (v6.2#6252)