-
Notifications
You must be signed in to change notification settings - Fork 409
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 failure on executing exchange partition(release-6.5) (#8374) #8390
ddl: Fix failure on executing exchange partition(release-6.5) (#8374) #8390
Conversation
[LGTM Timeline notifier]Timeline:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, 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-all-tests |
1 similar comment
/run-all-tests |
/run-integration-test tidb=v6.5.4 |
/run-integration-test tidb=release-6.5 |
|
/run-integration-test tidb=release-6.5 |
57ff0f7
into
pingcap:release-6.5-20231120-v6.5.4
This is an automated cherry-pick of #8374
What problem does this PR solve?
Issue Number: close #8372
Problem Summary:
For example:
EXCHANGE PARTITION
DDL, but failed to find the IStorage instance of table_id=222. However, the new partition list is persisted to.SQL
file, which contains the partition_id of 222tiflash/dbms/src/TiDB/Schema/SchemaBuilder.cpp
Lines 812 to 830 in 8138e8a
tiflash/dbms/src/TiDB/Schema/SchemaBuilder.cpp
Lines 694 to 703 in 8138e8a
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note