-
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
Skip first state change of EXCHANGE Partition. (#7945) #8099
Skip first state change of EXCHANGE Partition. (#7945) #8099
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
/run-all-tests |
/run-all-tests |
Seems it is blocked by the related PR is not merged to tidb. pingcap/tidb#46191 |
Verified it works well with pingcap/tidb#46191 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, 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 |
[LGTM Timeline notifier]Timeline:
|
/retest |
/run-all-tests |
This is an automated cherry-pick of #7945
It only generates warnings/errors and the first state change does not affect TiFlash, it only sets an internal field ExchangePartitionInfo
It is only the second stage transition that is interesting for TiFlash
Should be combined with pingcap/tidb#46125
What problem does this PR solve?
Issue Number: close #7941
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note