Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/260#discussion_r119107638 --- Diff: core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java --- @@ -69,6 +70,10 @@ * if called before seek. * @exception NoSuchElementException * if next element doesn't exist. + * @exception ScanYieldException + * Thrown if the iterator is permitting the scan to be torn down to allow other scans to use this thread. An iterator may throw this if it had --- End diff -- s/if it had/if it has/
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---