Ramkumar Vadali created HBASE-6704:
--------------------------------------
Summary: StoreScanner KV usage improvement
Key: HBASE-6704
URL: https://issues.apache.org/jira/browse/HBASE-6704
Project: HBase
Issue Type: Improvement
Components: regionserver
Environment: 89-fb
Reporter: Ramkumar Vadali
Priority: Trivial
StoreScanner#next tries to ensure that the KVs are pulled from the heap
in-order. The prevKV is used for this and is compared with the latest KV pulled
from the heap. Since copyKV can be modified by ScanQueryMatcher, prevKV should
track the KV pulled from the heap, and not copyKV. This is a one-line fix.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira