Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 60801 invoked from network); 6 Jan 2009 03:00:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 03:00:05 -0000 Received: (qmail 48265 invoked by uid 500); 6 Jan 2009 03:00:05 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 48246 invoked by uid 500); 6 Jan 2009 03:00:05 -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 48235 invoked by uid 99); 6 Jan 2009 03:00:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 19:00:05 -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, 06 Jan 2009 03:00:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 60B69234C48B for ; Mon, 5 Jan 2009 18:59:44 -0800 (PST) Message-ID: <984474449.1231210784394.JavaMail.jira@brutus> Date: Mon, 5 Jan 2009 18:59:44 -0800 (PST) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1101) NPE in HConnectionManager$TableServers.processBatchOfRows In-Reply-To: <322459351.1230649604434.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-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-1101: ---------------------------------- Attachment: 1101-4.patch > NPE in HConnectionManager$TableServers.processBatchOfRows > --------------------------------------------------------- > > Key: HBASE-1101 > URL: https://issues.apache.org/jira/browse/HBASE-1101 > Project: Hadoop HBase > Issue Type: Bug > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Critical > Fix For: 0.19.0 > > Attachments: 1101-1.patch, 1101-2.patch, 1101-3.patch, 1101-4.patch > > > Had DFS errors take down a region server. Looks like a full restart may be necessary because errors on the region continue. Clients attempting to store to the region get a NPE in HConnectionManager$TableServers.processBatchOfRows. > Caused by: java.lang.NullPointerException > at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.processBatchOfRows(HConnectionManager.java:911) > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1267) > at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:1238) > at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:1218) > at net.iridiant.content.Content.store(Unknown Source) > at net.iridiant.content.Content.store(Unknown Source) > ... 6 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.