keith-turner commented on pull request #2422:
URL: https://github.com/apache/accumulo/pull/2422#issuecomment-1021542074


   > Modifying the scan server to perform more than one concurrent scan.
   
   When we discussed this, we realized there is an interesting tradeoff between 
isolation and caching. Running a single concurrent scan per scan server 
prevents a rouge scan that gobbles up all memory from negatively impacting 
other scans.  On the other had running multiple concurrent scans per scan 
server enables scans to benefit from a larger shared cache (which may be useful 
if tablets are repeatedly scanned using the same scan server).


-- 
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