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

Add skip store limit check for scatter region #1165

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

rleungx
Copy link
Member

@rleungx rleungx commented Jul 26, 2023

proto/pdpb.proto Outdated
@@ -800,6 +800,7 @@ message ScatterRegionRequest {
// If regions_id is defined, the region_id would be ignored.
repeated uint64 regions_id = 6;
uint64 retry_limit = 7;
bool skip_limit_check = 8;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe skip_store_limit or skip_store_limit_restriction

limit_check may confuse with retry_limit

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer a more general name but if we don't find one, skip_store_limit is ok to me.

@rleungx rleungx merged commit 53e1f87 into pingcap:master Jul 27, 2023
3 checks passed
@rleungx rleungx deleted the scatter-option branch July 27, 2023 07:34
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

Successfully merging this pull request may close these issues.

3 participants