On Wed, Jun 17, 2015 at 12:28 PM, Christopher <[email protected]> wrote:
> Can you provide sample data which corresponds to these scan commands > to help reproduce it? Also, are you using any other iterators which > might be hiding the delete markers from this iterator at scan time? > I think an Accumulo system iterator is hiding the delete markers. I made a comment on ACCUMULO-3905 about this. > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Tue, Jun 16, 2015 at 6:26 PM, Konstantin Pelykh <[email protected]> > wrote: > > 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. > > > > Is it expected behavior? > > > > Konstantin >
