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 71C56CE2A for ; Mon, 21 May 2012 21:23:51 +0000 (UTC) Received: (qmail 3211 invoked by uid 500); 21 May 2012 21:23:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3102 invoked by uid 500); 21 May 2012 21:23:51 -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 3088 invoked by uid 99); 21 May 2012 21:23:51 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 21:23:51 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 1603C14281C for ; Mon, 21 May 2012 21:23:51 +0000 (UTC) Date: Mon, 21 May 2012 21:23:51 +0000 (UTC) From: "Zhihong Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <298277330.5253.1337635431094.JavaMail.jiratomcat@issues-vm> In-Reply-To: <891035440.10921.1337288467025.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-6041) NullPointerException prevents the master from starting up 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-6041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280510#comment-13280510 ] Zhihong Yu commented on HBASE-6041: ----------------------------------- Patch looks good. Do all tests pass ? > NullPointerException prevents the master from starting up > --------------------------------------------------------- > > Key: HBASE-6041 > URL: https://issues.apache.org/jira/browse/HBASE-6041 > Project: HBase > Issue Type: Bug > Components: master > Affects Versions: 0.90.6 > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Fix For: 0.90.7 > > Attachments: hbase-6041.patch > > > This is 0.90 only. > 2012-05-04 14:27:57,913 FATAL org.apache.hadoop.hbase.master.HMaster: Unhandled exception. Starting shutdown. > java.lang.NullPointerException > at org.apache.hadoop.hbase.master.AssignmentManager.regionOnline(AssignmentManager.java:731) > at org.apache.hadoop.hbase.master.AssignmentManager.processFailover(AssignmentManager.java:215) > at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:419) > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:293) > 2012-05-04 14:27:57,914 INFO org.apache.hadoop.hbase.master.HMaster: Aborting > 2012-05-04 14:27:57,915 INFO org.apache.hadoop.ipc.HBaseServer: Stopping server on 1433 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira