Re: RowDeletingIterator returns deleted records when cq is specified

2015-06-17 Thread Keith Turner
On Wed, Jun 17, 2015 at 12:28 PM, Christopher ctubb...@apache.org 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

Re: RowDeletingIterator returns deleted records when cq is specified

2015-06-17 Thread Christopher
I made a suggestion on the issue. It involves a change to the underlying system iterator that I think might work. No change to RowDeletingIterator will work, because it has no ability to inform the underlying system iterator outside of changing the column families. -- Christopher L Tubbs II

Re: RowDeletingIterator returns deleted records when cq is specified

2015-06-17 Thread Josh Elser
Keith Turner wrote: On Wed, Jun 17, 2015 at 12:28 PM, Christopher ctubb...@apache.org mailto:ctubb...@apache.org 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

Re: Abnormal behaviour of custom iterator in getting entries

2015-06-17 Thread madhvi
Hi, Thanks for the blog you shared.I found it quite useful for my requirement. How are you passing these IDs to the batch scanner? I am passing row ids received as a previous query result from another table as 'new Range(entry.getKey().getRow())' in a Range type list and passing that list to

Re: Abnormal behaviour of custom iterator in getting entries

2015-06-17 Thread madhvi
Hi Josh, Sorry, my company policy doesn't allow me to share full source.What we are tryng to do is summing over a unique field stored in column qualifier for IDs passed to batch scanner.Can u suggest how it can be done in accumulo. Thanks Madhvi On Wednesday 17 June 2015 10:32 AM, Josh

Re: RowDeletingIterator returns deleted records when cq is specified

2015-06-17 Thread Eric Newton
I've created ACCUMULO-3905 https://issues.apache.org/jira/browse/ACCUMULO-3905 based on your description. -Eric On Tue, Jun 16, 2015 at 6:26 PM, Konstantin Pelykh kpel...@gmail.com wrote: It seem that there might be a bug in RowDeletingIterator: after using RowDeletingIterator I get

Re: Abnormal behaviour of custom iterator in getting entries

2015-06-17 Thread Josh Elser
Madhvi, Understood. A few more questions.. How are you passing these IDs to the batch scanner? Are you providing individual Ranges for each ID (e.g. `new Range(new Key(row1, , id1), true, new Key(row1, , id1\x00), false))`)? Or are you providing an entire row (or set of rows) and using the

Re: RowDeletingIterator returns deleted records when cq is specified

2015-06-17 Thread Christopher
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? -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Tue, Jun 16, 2015 at 6:26 PM,