keith-turner opened a new issue #555: Add ability for Scanner to request an executor URL: https://github.com/apache/accumulo/issues/555 Build on the work done in #549 it would be nice if Scanners could request an executor. Scanner could have a method like `requestScanExecutor(String name)`. The requested executor would be made available (via the ScanInfo interface) to the per table ScanDispatcher on the server side, which may or may not honor this request. The built in SimpleScanDispatcher could have an option to enable honoring these request, but ignore them by default.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
