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
Priority: Critical
Fix For: 0.19.0
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.