[
https://issues.apache.org/jira/browse/HBASE-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-545.
-------------------------
Resolution: Fixed
Committed.
> NPE in TTMR in branch
> ---------------------
>
> Key: HBASE-545
> URL: https://issues.apache.org/jira/browse/HBASE-545
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.1.0
>
> Attachments: 545.patch
>
>
> I see below in branch.
> {code}
> Testcase: testTableMapReduce took 81.629 sec
> Caused an ERROR
> null
> java.lang.NullPointerException
> at
> org.apache.hadoop.hbase.HRegionServer$QueueEntry.hashCode(HRegionServer.java:183)
> at
> org.apache.hadoop.hbase.HRegionServer$QueueEntry.equals(HRegionServer.java:177)
> at java.util.AbstractCollection.contains(AbstractCollection.java:101)
> at
> org.apache.hadoop.hbase.HRegionServer$Flusher.flushRequested(HRegionServer.java:487)
> at
> org.apache.hadoop.hbase.MultiRegionTable.makeMultiRegionTable(MultiRegionTable.java:107)
> at
> org.apache.hadoop.hbase.mapred.TestTableMapReduce.localTestMultiRegionTable(TestTableMapReduce.java:288)
> at
> org.apache.hadoop.hbase.mapred.TestTableMapReduce.testTableMapReduce(TestTableMapReduce.java:205)
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.