keith-turner commented on PR #2665:
URL: https://github.com/apache/accumulo/pull/2665#issuecomment-1156644517

   > It would be nice if the scan server dispatching inside the scan server 
worked the same as the existing per-table dispatcher inside the tserver. 
Ideally, the same dispatcher would work in both servers, without a new 
dispatcher SPI specifically for the scan server.
   
   The plugins in the scan server does work exactly the same as in the tserver 
with these changes.  The only difference is they have a different set of config 
prefixes (well the ones that are not per table).  Config for dispatching to 
thread pools is per table and has the exact same config across tserver and 
sserver.  Config for creating thread pools and cache to service scan is at the 
server level and therefore has  diff config prefix for sserver but the exact 
same config props.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to