-
Notifications
You must be signed in to change notification settings - Fork 412
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
ddl: Fix frequent schema GC under multi tenant #8248
ddl: Fix frequent schema GC under multi tenant #8248
Conversation
50efb65
to
ac486b8
Compare
/run-all-tests |
/run-all-tests |
[LGTM Timeline notifier]Timeline:
|
/run-integration-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hongyunyan, JinheLin, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/run-unit-test |
/run-all-tests |
/run-unit-test |
In response to a cherrypick label: new pull request created to branch |
…p#113) * ddl: Fix frequent schema GC under multi tenant (pingcap#8248) close pingcap#8256 * ddl: Fix corner case when multiple region creates one table simultaneously (pingcap#8229) close pingcap#8217 --------- Co-authored-by: hongyunyan <[email protected]>
What problem does this PR solve?
Issue Number: close #8256
Problem Summary:
Previously, the last_gc_safepoint does not distinguish between keyspaces under multi tenant. Which make the Schema GC run repeadtly
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note