keith-turner opened a new pull request, #4581:
URL: https://github.com/apache/accumulo/pull/4581

   This change lowers the time it takes to host ondemand tablets by moving this 
functionality into TabletGroupWatcher.
   
   The client RPC thread processing the hosting request can now directly call a 
function in TGW that will immediately start on the work of hosting the tablets.
   
   Updated SplitMillionIT to request hosting of 200 tablets all at once instead 
of one by one.  This was done by using a BatchScanner instead of lots of 
scanners.


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