[
https://issues.apache.org/jira/browse/ACCUMULO-3905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603278#comment-14603278
]
Christopher Tubbs commented on ACCUMULO-3905:
---------------------------------------------
Given that this changes behavior, and that the best solution we have still has
a pretty big limitation, I don't think it should be applied to 1.6 or 1.7. For
1.8, I'm -0 on making the change. By that, I mean that I won't object to it
being committed, but I'm leaning away from it.
> 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
> Affects Versions: 1.5.0, 1.6.0
> Reporter: Eric Newton
> Assignee: Keith Turner
> Fix For: 1.8.0
>
>
> (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)