Copy link
Copy Markdown
Contributor
Fixes #2091
- Resets the user worker count before rebalancing since
_user_gencompares the expected number of fixed count users with the users inself._users_on_workers - Sets
self._try_dispatch_fixed = Trueto include fixed users in the rebalance - Extends
TestAddWorkerandTestRemoveWorkerto add a test for fixed count (which both fail without this commit) - these just copytest_remove_worker_during_ramp_upandtest_add_worker_during_ramp_upwith a fixed user
Closed
Copy link
Copy Markdown
Collaborator
Lgtm, but @mboutet is the user distribution expert :)