-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ccl/sqlproxyccl: periodically rebalance active and idle partitions
Previously, we were only transferring connections away from DRAINING pods. This commit adds support for transferring connections until the partitions are balanced. A partition is considered balanced if the number of assignments to all the pods are at most 15% away from the average number of assignments. Note that active and idle partitions will be rebalanced independently. Release note: None
- Loading branch information
1 parent
41e2600
commit b3233e4
Showing
5 changed files
with
773 additions
and
114 deletions.
There are no files selected for viewing
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.