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

Duo Zhang commented on HBASE-16322:
-----------------------------------

Finally I found that we do have some usage that filter and raw scan are used 
together. For example, for canary, we will use raw scan and a 
{{FirstKeyOnlyFilter}}, and the filter still works with delete marker. So maybe 
just add a flag to the current filter which indicate whether it can work with 
delete marker? Then we can use them in raw scan and also in compaction(for CP 
hook).

Thanks.

> Disable filter for raw scan
> ---------------------------
>
>                 Key: HBASE-16322
>                 URL: https://issues.apache.org/jira/browse/HBASE-16322
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Duo Zhang
>
> As we will pass delete markers to the filter.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to