-
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
*: move config file option oom-action to sysvar #34644
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
/run-check_title |
Check_dev looks like simple linter issues:
It looks like there is a test broken as well:
|
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/e2e97ecd74a05fc60bf08ae75054870a946bf11b |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 9db3590badd97e5229c19f9bcc9331b05ce3550f
|
/unhold |
/merge |
Reopen it to wake "license/cla" up. |
/merge |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: e2e97ec
|
TiDB MergeCI notify🔴 Bad News! New failing [1] after this pr merged.
|
What problem does this PR solve?
Issue Number: ref #33769
Problem Summary:
The option oom-action has historically been a config option. But based on requirements from cloud & PM it should instead be a sysvar.
What is changed and how it works?
Check List
Tests
Side effects
This might be a bit confusing during upgrade for users who have previously set oom-action(most users haven't). It needs to be documented in the release notes that it has been replaced with the system variable tidb_mem_oom_action.
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.