HStore.rowAtOrBeforeFromMapFile() fails to locate the row if # of mapfiles >= 2
-------------------------------------------------------------------------------
Key: HBASE-694
URL: https://issues.apache.org/jira/browse/HBASE-694
Project: Hadoop HBase
Issue Type: Bug
Components: regionserver
Affects Versions: 0.2.0
Environment: Hadoop 0.17.0 release + HBase trunk
Reporter: Rong-En Fan
Fix For: 0.2.0
After HBASE-528 committed, a misplaced return statement and } cause
rowAtOrBeforeFromMapFile() never look into 2nd (and latter) MapFile
if candidateKeys.firstKey() <= map.finalKey().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.