-
Notifications
You must be signed in to change notification settings - Fork 410
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
Skip first state change of EXCHANGE Partition. #7945
Conversation
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
tiflash/tests/fullstack-test2/ddl/alter_exchange_partition.test Lines 15 to 16 in c7bce89
alter_exchange_partition.test also need to be enabled in this pr |
/check-issue-triage-complete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please format your code with
|
/run-all-tests |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, xzhangxian1008 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:
|
/run-all-tests |
/cherry-pick release-6.5 |
@JaySon-Huang: new pull request created to branch In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
/cherry-pick release-7.1 |
@JaySon-Huang: new pull request created to branch In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
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