dlmarion opened a new issue, #3309:
URL: https://github.com/apache/accumulo/issues/3309

   Clients interact with tablets in a serial manner. For example, a Scanner or 
BatchWriter will interact with a Tablet and then when done it will interact 
with the next Tablet. Watching the output from the tests, the TabletLocator 
will request that a Tablet be hosted in the same manner. This could be 
optimized up front, where the client tells the TabletLocator that it's going to 
be working with a Range of keys, and then the TabletLocator in another thread 
ensures that those Tablets are hosted. In the case where the TabletLocator is 
waiting for a Tablet to be loaded, it might be possible to return a Future to 
the caller when the hosting has been completed vs constant metadata table 
lookups.


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