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 526C69678 for ; Mon, 20 Feb 2012 22:20:43 +0000 (UTC) Received: (qmail 11363 invoked by uid 500); 20 Feb 2012 22:20:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 11329 invoked by uid 500); 20 Feb 2012 22:20:43 -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 11319 invoked by uid 99); 20 Feb 2012 22:20:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 22:20:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 22:20:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9635F2B10E6 for ; Mon, 20 Feb 2012 22:19:43 +0000 (UTC) Date: Mon, 20 Feb 2012 22:19:43 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <2020798560.3663.1329776383616.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <600178969.77996.1327523747964.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5279) NPE in Master after upgrading to 0.92.0 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-5279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212159#comment-13212159 ] Hudson commented on HBASE-5279: ------------------------------- Integrated in HBase-0.92-security #91 (See [https://builds.apache.org/job/HBase-0.92-security/91/]) HBASE-5279 NPE in Master after upgrading to 0.92.0 (Revision 1245769) Result = FAILURE stack : Files : * /hbase/branches/0.92/CHANGES.txt * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/catalog/MetaReader.java * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java > NPE in Master after upgrading to 0.92.0 > --------------------------------------- > > Key: HBASE-5279 > URL: https://issues.apache.org/jira/browse/HBASE-5279 > Project: HBase > Issue Type: Bug > Components: master > Affects Versions: 0.92.0 > Reporter: Tobias Herbert > Priority: Critical > Fix For: 0.92.1 > > Attachments: HBASE-5279-v2.patch, HBASE-5279.patch > > > I have upgraded my environment from 0.90.4 to 0.92.0 > after the table migration I get the following error in the master (permanent) > {noformat} > 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown. > java.lang.NullPointerException > at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190) > at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323) > at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501) > at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326) > at java.lang.Thread.run(Thread.java:662) > 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting > {noformat} > I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then > {noformat} > 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8} > {noformat} > my patch was simple to go around the NPE (as the other code around the lines) > but I don't know if that's correct -- 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