-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vtgate tablet balancer #427
Conversation
Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
Tests in dev: https://slack-pde.slack.com/archives/C03P78B4M98/p1718738270862309 Verified in prod: https://slack-pde.slack.com/archives/C03P78B4M98/p1718838142745699 |
Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
…itess into v14_vtgate_balancer_v2 Signed-off-by: Venkatraju V <venkatraju@slack-corp.com>
@@ -1,6 +1,9 @@ | |||
Usage of vtgate: | |||
--allowed_tablet_types TabletTypeList Specifies the tablet types this vtgate is allowed to route queries to | |||
--alsologtostderr log to standard error as well as files | |||
--balancer_enabled Whether to enable the tablet balancer to evenly spread query load |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for later: "balancer" feels pretty vague to me (there are several concepts of "balancing" in Vitess)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I could change this to tabletbalancer_*
although it is longer than I like. Or maybe wait for suggestions when this is upstreamed and make a PR to sync with that?
implement flow based tablet load balancer Signed-off-by: Michael Demmer <mdemmer@slack-corp.com> Signed-off-by: Venkatraju V <venkatraju@slack-corp.com> Co-authored-by: Michael Demmer <mdemmer@slack-corp.com>
Description
This is the tabletbalancer prototype from #308 with a couple of changes: