-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
planner: Revert tidb_allow_mpp
modification for downgrade compatibility and add warnings for enforce mpp.
#25302
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 546c7de
|
/run-unit-test |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.1 in PR #25353 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.0 in PR #25358 |
…lity and add warnings for enforce mpp. (pingcap#25302)
…lity and add warnings for enforce mpp. (pingcap#25302)
What problem does this PR solve?
Issue Number: close pingcap/tiflash#1905
Problem Summary: #24516 will let TiDB can't downgrade in some cases.
What is changed and how it works?
Proposal: Enofrce MPP
What's Changed: This PR reverted #24516, introduce a new variable
tidb_enforce_mpp
and some warning.How it Works:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note