Iterators configured on a scanner are only used for that scan session.
 Other concurrent scan session will not use those iterators.   You do not
need to call conn.tableOperations().removeIterator()


On Tue, Dec 3, 2013 at 1:42 PM, Miguel Pereira <[email protected]>wrote:

> Guys,
>
> QQ: do  ScannerBase.addScanIterator & ScannerBase.removeScanIterator
> operate on the ScannerBase or the underlying table? IOW can I apply the
> iterator, do the scan and then remove the iterator using this method or do
> I need to call conn.tableOperations().removeIterator
>
> p.s. we could really use more examples on how to programatically use
> iterators.
>
> Cheers,
> Miguel
>

Reply via email to