Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce the frequency that the list of scan servers is sorted #4547

Merged
merged 1 commit into from
May 13, 2024

Commits on May 10, 2024

  1. reduce the frequency that the list of scan servers is sorted

    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.
    keith-turner committed May 10, 2024
    Configuration menu
    Copy the full SHA
    59f2ff9 View commit details
    Browse the repository at this point in the history