Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 68986 invoked from network); 1 Dec 2009 18:50:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 18:50:44 -0000 Received: (qmail 57873 invoked by uid 500); 1 Dec 2009 18:50:43 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 57820 invoked by uid 500); 1 Dec 2009 18:50:43 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 57810 invoked by uid 99); 1 Dec 2009 18:50:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 18:50:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 18:50:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6607234C498 for ; Tue, 1 Dec 2009 10:50:20 -0800 (PST) Message-ID: <990990490.1259693420811.JavaMail.jira@brutus> Date: Tue, 1 Dec 2009 18:50:20 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-2022) NPE in housekeeping kills RS In-Reply-To: <2009516910.1259692220712.JavaMail.jira@brutus> 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-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-2022: -------------------------------------- Attachment: HBASE-2022.patch Patch that breaks from the loop if an element is null. I'm beginning to wonder if housekeeping is really useful since the Worker processes stuff and not the main HRS loop (where we call housekeeping). > NPE in housekeeping kills RS > ---------------------------- > > Key: HBASE-2022 > URL: https://issues.apache.org/jira/browse/HBASE-2022 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.2 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Priority: Critical > Fix For: 0.20.3, 0.21.0 > > Attachments: HBASE-2022.patch > > > Saw this on Zhenyu's 0.20.1 cluster (which for some weird reason seems to have many issues): > {code} > 2009-11-30 16:44:48,170 FATAL org.apache.hadoop.hbase.regionserver.HRegionServer: Unhandled exception. Aborting... > java.lang.NullPointerException > at org.apache.hadoop.hbase.regionserver.HRegionServer.housekeeping(HRegionServer.java:1280) > at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:590) > at java.lang.Thread.run(Thread.java:619) > {code} > This reminds me of HBASE-1386 and in fact this could be the same issue (but I can't confirm). Searching on the web gives me some hits and this is particularly interesting http://forums.sun.com/thread.jspa?threadID=5379669 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.