planetscale / planetscale/vitess-operator
Vitess Operator spawns a VTOrc even for shards that have only external tablets
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 372
- Forks
- 102
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 15
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by tracing the operator reconciliation path that decides whether to create a VTOrc instance, then inspect how a shard's external tablets are identified. Done means shards containing only external tablets no longer receive a VTOrc instance, with coverage for that case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- databases, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100