Josh Elser created ACCUMULO-3934:
------------------------------------
Summary: Improve documentation about multiple calls to iterator()
sharing threads on single BatchScanner
Key: ACCUMULO-3934
URL: https://issues.apache.org/jira/browse/ACCUMULO-3934
Project: Accumulo
Issue Type: Sub-task
Components: client, docs
Reporter: Josh Elser
Assignee: Josh Elser
Priority: Minor
Fix For: 1.6.4, 1.7.1, 1.8.0
After digging into ACCUMULO-3931, [~ecn] realized that multiple calls to
{{iterator()}} on a BatchScanner would all be sharing threads on the same
ThreadPool which would ultimately lead to starvation.
Add some documentation to try to make it clear that multiple calls to
{{iterator()}} on a {{BatchScanner}} will share the same {{ThreadPool}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)