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

Christopher Tubbs commented on ACCUMULO-3905:
---------------------------------------------

One generalized solution would be for the system iterator which is filtering 
cf:cq pairs to check the columnFamilies passed down in seek, and if it includes 
any additional column families (passed from a higher iterator), just add that 
entire column family without filtering.

> RowDeletingIterator does not work if columns are specified
> ----------------------------------------------------------
>
>                 Key: ACCUMULO-3905
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3905
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>            Reporter: Eric Newton
>
> (from the mailing list):
> {quote}
> It seem that there might be a bug in RowDeletingIterator:
> after using RowDeletingIterator I get expected results when querying by rowId 
> and CF, e.g. 
> scan \-b myrowid  \-c field/abc \-t table <---- doesn't return deleted rows 
> as expected
> however if I add column qualified to the query, I see deleted items.
> scan \-b myrowid  \-c field/abc:sample_qualifier \-t table <-- returns 
> deleted rows
> After major compaction the problem goes away. 
> {quote}



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

Reply via email to