Github user joshelser commented on the issue:
https://github.com/apache/accumulo/pull/237
> should still call sorted.add(TS) when it removes TS from the iterator?
That does look like a bug to me. When it is heap-ifying each column
(termsource), it's saying that for the given `Range` it was seek'ed to, there
are no results. However, there is no reason that this instance of the
`OrIterator` couldn't be seek'ed to a new `Range` without being torn-down.
However, most of the time, I would guess that the above is not actually
triggered (they would get a new instance of the iterator that would
re-construct the term sources).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---