[ 
https://issues.apache.org/jira/browse/HBASE-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13713174#comment-13713174
 ] 

Hudson commented on HBASE-8847:
-------------------------------

FAILURE: Integrated in hbase-0.95-on-hadoop2 #185 (See 
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/185/])
HBASE-8847 Filter.transform() always applies unconditionally, even when 
combined in a FilterList (Christophe Taton) (larsh: rev 1504629)
* 
/hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/Filter.java
* 
/hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java
* 
/hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilterList.java

                
> Filter.transform() always applies unconditionally, even when combined in a 
> FilterList
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-8847
>                 URL: https://issues.apache.org/jira/browse/HBASE-8847
>             Project: HBase
>          Issue Type: Bug
>          Components: Filters
>    Affects Versions: 0.94.2
>            Reporter: Christophe Taton
>            Assignee: Christophe Taton
>            Priority: Minor
>             Fix For: 0.98.0, 0.95.2, 0.94.10
>
>         Attachments: HBASE-8847.base=0.94.diff, HBASE-8847.base=trunk.diff, 
> HBASE-8847.patch
>
>
> FilterList.transform() applies all transformation from all filters 
> unconditionally.
> This leads to surprising results, eg. with combinations such as
>   (family=X and column=Y and KeyOnlyFilter) or ...
> The KeyOnlyFilter will strip the values from all KeyValues.

--
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

Reply via email to