-
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: cherry-pick enforce-mpp to v5.0 #26382
planner: cherry-pick enforce-mpp to v5.0 #26382
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/run-check_release_note |
/cc @fzhedu @hanfei1991 |
/merge |
@LittleFall: 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. |
/merge |
/merge |
@LittleFall: 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. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7b44ab7
|
/merge |
@LittleFall: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. 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. |
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
5.0 needs enforce-mpp.
What is changed and how it works?
cherry-pick these prs to 5.0:
2
orENFORCE
to enforce use mpp mode. #24516 support allow_mpp=2tidb_allow_mpp
modification for downgrade compatibility and add warnings for enforce mpp. #25302 revert 24516 and support tidb_enforce_mpp and add warningtidb_enforce_mpp
and remove the global scope of it. #25369 add configCheck List
Tests
Side effects
Documentation
Release note
tidb_enforce_mpp=1
to enforce use mpp mode.