Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 70624 invoked from network); 30 Dec 2008 08:01:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2008 08:01:06 -0000 Received: (qmail 87075 invoked by uid 500); 30 Dec 2008 08:01:06 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 87058 invoked by uid 500); 30 Dec 2008 08:01:06 -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 87043 invoked by uid 99); 30 Dec 2008 08:01:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 00:01:06 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 30 Dec 2008 08:01:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 40206234C49D for ; Tue, 30 Dec 2008 00:00:45 -0800 (PST) Message-ID: <380149517.1230624045097.JavaMail.jira@brutus> Date: Tue, 30 Dec 2008 00:00:45 -0800 (PST) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-1093) NPE in HStore#compact In-Reply-To: <351140445.1230505726234.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reassigned HBASE-1093: ---------------------------- Assignee: stack > NPE in HStore#compact > --------------------- > > Key: HBASE-1093 > URL: https://issues.apache.org/jira/browse/HBASE-1093 > Project: Hadoop HBase > Issue Type: Bug > Environment: apurtell cluster > Reporter: stack > Assignee: stack > Fix For: 0.19.0 > > > I think I've seen this one before (if line numbers agree): > {code} > 2008-12-28 00:06:21,111 ERROR org.apache.hadoop.hbase.regionserver.CompactSplitThread: Compaction failed for region content,10a1c144cf729885001e71a5ff5108dc,1230416158498 > java.lang.NullPointerException > at org.apache.hadoop.hbase.regionserver.HStore.compact(HStore.java:870) > at org.apache.hadoop.hbase.regionserver.HRegion.compactStores(HRegion.java:709) > at org.apache.hadoop.hbase.regionserver.HRegion.compactStores(HRegion.java:666) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.