keith-turner opened a new pull request, #4547: URL: https://github.com/apache/accumulo/pull/4547
The provided plugin for working with scan servers sorts the list of scan servers fairly frequently. This list will not change too often, so it could be sorted less to offer a better amortized cost as the total number of scan servers grows. Also outside of the plugin, the plugin was being reset every 100ms. Removed this to give the plugin more control. Also there is currently no way to change client config for a created Accumulo client, so there is no need to recreate the plugin. -- 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]
