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

Parallelize memberlist notified message processing #110

Merged
merged 1 commit into from
May 23, 2022

Commits on May 6, 2022

  1. parallelize memberlist notified message processing

    Notified messages in KV memberlist are now processed asynchronously by a worker pool.
    This will facilitate vertical scaling in conditions where UDP packet pressure is high due to a high number of instances of the memberlist.
    
    Some unit test had been additionally tweaked to support the new async model.
    ortuman committed May 6, 2022
    Configuration menu
    Copy the full SHA
    c9521c3 View commit details
    Browse the repository at this point in the history