Lars Hofhansl created HBASE-6562:
------------------------------------

             Summary: Fake KVs are sometimes passed to filters
                 Key: HBASE-6562
                 URL: https://issues.apache.org/jira/browse/HBASE-6562
             Project: HBase
          Issue Type: Bug
            Reporter: Lars Hofhansl
            Assignee: Lars Hofhansl
            Priority: Minor
             Fix For: 0.96.0, 0.94.2


In internal test at Salesforce we found that fake row keys sometimes are passed 
filters (Filter.filterRowKey(...) specifically).

The KVs are eventually filtered by the StoreScanner/ScanQueryMatcher, but the 
row key is passed to filterRowKey in RegionScannImpl *before* that happens.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to