[
https://issues.apache.org/jira/browse/HBASE-11093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985149#comment-13985149
]
Anoop Sam John commented on HBASE-11093:
----------------------------------------
Yes my point is as long as we have above snippet for the BC, we can not do the
change in the patch.
bq.We should make a decision as to which release drops this snippet.
I am +1 for removing this in Trunk. Also remove the deprecated APIs in Filter.
It is not so clean now.. Lets us clean it up for 1.0 Also +1 for removing
hasFilterRow(). We should send out mail in dev@ and user@ for getting a
consensus ?
> FilterList#filterRow() iterates through its filters even though
> FilterList#hasFilterRow() returns false
> -------------------------------------------------------------------------------------------------------
>
> Key: HBASE-11093
> URL: https://issues.apache.org/jira/browse/HBASE-11093
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Attachments: 11093-v1.txt, 11093-v2.txt, 11093-v3.txt
>
>
> FilterList#hasFilterRow() returns false when hasFilterRow() of all of
> constituent filters return false.
> However, FilterList#filterRow() still iterates through its filters in this
> scenario.
> The iteration should be skipped when FilterList#hasFilterRow() returns false.
--
This message was sent by Atlassian JIRA
(v6.2#6252)