-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
8 changed files
with
807 additions
and
218 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
145 changes: 112 additions & 33 deletions
145
spec/02-integration/05-proxy/10-balancer/01-healthchecks_spec.lua
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.