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

Hudson commented on HBASE-16086:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.3-JDK8 #14 (See 
[https://builds.apache.org/job/HBase-1.3-JDK8/14/])
HBASE-16086 TableCfWALEntryFilter and ScopeWALEntryFilter should not (chenheng: 
rev d4014078451325c2e1ba18a7f1775a43cde49305)
* (add) 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/WALCellFilter.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationWALEntryFilters.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ChainWALEntryFilter.java
* (add) 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/BulkLoadCellFilter.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ScopeWALEntryFilter.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/TableCfWALEntryFilter.java


> TableCfWALEntryFilter and ScopeWALEntryFilter should not redundantly iterate 
> over cells.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-16086
>                 URL: https://issues.apache.org/jira/browse/HBASE-16086
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 2.0.0, 1.2.0, 1.3.0
>            Reporter: churro morales
>            Assignee: Vincent Poon
>             Fix For: 2.0.0, 1.4.0, 1.3.1
>
>         Attachments: HBASE-16086.patch, HBASE-16086.v2.patch, 
> HBASE-16086.v3.patch
>
>
> TableCfWALEntryFilter and ScopeWALEntryFilter both filter by iterating over 
> cells.  Since the filters are chained we do this work twice.  Instead iterate 
> over cells once and apply the "cell filtering" logic to these cells.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to