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 9131EF295 for ; Fri, 22 Mar 2013 13:29:16 +0000 (UTC) Received: (qmail 2662 invoked by uid 500); 22 Mar 2013 13:29:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2593 invoked by uid 500); 22 Mar 2013 13:29:16 -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 2405 invoked by uid 99); 22 Mar 2013 13:29:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 13:29:15 +0000 Date: Fri, 22 Mar 2013 13:29:15 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8160) HMaster#move doesn't check if master initialized 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-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610256#comment-13610256 ] Hudson commented on HBASE-8160: ------------------------------- Integrated in hbase-0.95-on-hadoop2 #37 (See [https://builds.apache.org/job/hbase-0.95-on-hadoop2/37/]) HBASE-8160 HMaster#move doesn't check if master initialized (Revision 1459581) Result = FAILURE jxiang : Files : * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMaster.java > HMaster#move doesn't check if master initialized > ------------------------------------------------ > > Key: HBASE-8160 > URL: https://issues.apache.org/jira/browse/HBASE-8160 > Project: HBase > Issue Type: Bug > Components: master > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Trivial > Fix For: 0.95.0, 0.98.0, 0.94.7 > > Attachments: 0.94-8160.patch, 0.94-8160_v2.patch, trunk-8160.patch, trunk-8160_v2.patch > > > Before the master is initialized, if a move request comes in, it could cause the master to abort, if the region was already in transition before the master started up. -- 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