[
https://issues.apache.org/jira/browse/HBASE-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13898693#comment-13898693
]
Lars Hofhansl commented on HBASE-10493:
---------------------------------------
So this and HBASE-10485 actually unveil another problem: Import does not call
filterRowKey, so the filter is not setup correctly before we call
filterKeyValue. This is a problem!
[[email protected]], [~stack]. So we can either fix Import in all branches
or roll these two changes back.
(but note that Import is already broken for other filters - such as RowFilter -
that also relies on filterRowKey to be called first)
> InclusiveStopFilter#filterKeyValue() should perform filtering on row key
> ------------------------------------------------------------------------
>
> Key: HBASE-10493
> URL: https://issues.apache.org/jira/browse/HBASE-10493
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.17
>
> Attachments: 10493-0.94.txt, 10493-v1.txt, 10493-v2.txt
>
>
> InclusiveStopFilter inherits filterKeyValue() from FilterBase which always
> returns ReturnCode.INCLUDE
> InclusiveStopFilter#filterKeyValue() should be consistent with filtering on
> row key.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)