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

   Prior to this change bulkv2 code would serially scan the metadata table 
looking for tablets that need to bulk load and after finding work would make 
rpcs to tablet servers to load the files. After this change, bulkv2 will scan 
metadata and make RPCs to tablets servers in parallel.  The foreground thread 
will scan the metadata table, find a batch of RPC work, push that batch to a 
background thread, and then continue scanning building up a new batch.


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