Skip to content

Commit

Permalink
fix(balancer) use a FIFO for eventual consistency updates
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
locao committed Feb 12, 2021
1 parent cb98863 commit aed6c5a
Show file tree
Hide file tree
Showing 7 changed files with 337 additions and 216 deletions.
Loading

0 comments on commit aed6c5a

Please sign in to comment.