Investigate if StoreScanner will not return the next row if earlied-out of
previous row
---------------------------------------------------------------------------------------
Key: HBASE-1516
URL: https://issues.apache.org/jira/browse/HBASE-1516
Project: Hadoop HBase
Issue Type: Bug
Components: regionserver
Affects Versions: 0.20.0
Reporter: Jonathan Gray
Assignee: Jonathan Gray
Fix For: 0.20.0
StoreScanner line 122 states:
// this wont get us the next row if the previous round hasn't iterated
// past all the cols from the previous row. Potential bug!
Investigate whether this is a bug or not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.