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

fix(balancer) use a FIFO for eventual consistency updates #6833

Merged
merged 1 commit into from
Mar 3, 2021

Commits on Mar 3, 2021

  1. fix(balancer) use a FIFO for eventual consistency updates

    * When using eventual worker consistency, instead of trying to
      synchronize all workers using a shared dictionary, share the events
      and let each worker deal with its updates.
    * Fix several IPv6 issues in balancer tests.
    * Balancer stress tests file was renamed, so the tests must be ran on
      demand from now on, as they take a long time to run and most of them
      seem to be flaky on CI environment.
    locao committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2f2bb9f View commit details
    Browse the repository at this point in the history