keith-turner opened a new issue, #3471: URL: https://github.com/apache/accumulo/issues/3471
The TabletGroupWatcher sets an iterator that looks for tablets that need split, compaction, assignment, etc. This iterator is executed server side using a batch scanner. The number of threads on this batch scanner could be set to increase the amount of parallelism in the scan. This could be a setting or it could be done automatically by examining the number of tserver that metadata tablets are assigned to. -- 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]
