-
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.
80527: ccl/sqlproxyccl: periodically rebalance active and idle partitions r=JeffSwenson a=jaylim-crl Previously, we were only transferring connections away from DRAINING pods. This commit adds support for transferring connections away from overloaded RUNNING pods. A pod is considered overloaded if the number of assignments to it has exceeded the average number of assignments across all RUNNING pods by 15%. Note that active and idle partitions will be rebalanced independently. Release note: None 80736: server: allow users with VIEWACTIVITY role access Hot ranges page r=koorosh a=koorosh Initially, only users with admin role can access Hot ranges page in Db Console. Now, users with VIEWACTIVITY and VIEWACTIVITYREDACTED roles access Hot Ranges page. Release note: None Resolves: #79953 Co-authored-by: Jay <[email protected]> Co-authored-by: Andrii Vorobiov <[email protected]>
- Loading branch information
Showing
7 changed files
with
925 additions
and
115 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.