Skip to content
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

Vitess Operator spawns a VTOrc even for shards that have only external tablets #426

Open
GuptaManan100 opened this issue May 23, 2023 · 1 comment

Comments

@GuptaManan100
Copy link
Collaborator

Description

The Vitess-operator can be smarter about when it should spawn a VTOrc instance. If a shard only has external tablets, then we don't require a VTOrc.

@deepthi
Copy link
Collaborator

deepthi commented May 23, 2023

Hmm.. looking at the example from vitess repo https://github.com/vitessio/vitess/blob/main/examples/operator/201_customer_tablets.yaml#L70

It looks like we are running vtorc only for the commerce keyspace and not for the customer keyspace. Is this by design? A separate vtorc per keyspace?

Can people run a single vtorc across many keyspace/shards? And if they do, is it still possible to exclude external tablets?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants