[
https://issues.apache.org/jira/browse/HBASE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661038#action_12661038
]
Jean-Daniel Cryans commented on HBASE-1101:
-------------------------------------------
+1 on latest patch. Good job.
> 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.