-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
BR: add general commands for operator #43559
Labels
affects-6.5
affects-7.1
component/br
This issue is related to BR of TiDB.
severity/critical
type/enhancement
The issue or PR belongs to an enhancement.
Comments
4 tasks
1 task
This was referenced May 17, 2023
Leavrth
added
severity/critical
component/br
This issue is related to BR of TiDB.
labels
May 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
affects-7.1
component/br
This issue is related to BR of TiDB.
severity/critical
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
During implementing backing up via EBS volumes across k8s clusters, we need to control the gc finer -- because each BR can only access resources in one k8s cluster (Without changing more code in other components -- say, letting PD to synchronize the volume info).
Consequently, we are going to split out some atomic commands for operator to use. For example, the operator can manually pause the GC when backing up -- so it can run BR command in each k8s cluster and the GC won't be advanced.
The text was updated successfully, but these errors were encountered: