-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
some system variable default value are different after upgrade #34847
Comments
tidb config file before upgrade: 600-tidb.txt |
|
The other 4 variables(tidb_committer_concurrency, tidb_enable_auto_analyze, tidb_mem_oom_action, tidb_mem_quota_query) are modified after the PR: #34711 |
cluster topo.yaml 101default.yaml.gz |
The |
This is not expected and we need to fix it. |
The bug can be reproduced by using no config file, and performing an upgrade from 6.0 to master. Here is what is written to the log file in bootstrap v90-91:
So I will modify the bootstraps to better handle incorrect values when no config file is present. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
tidb_committer_concurrency = 128
tidb_enable_auto_analyze=ON
tidb_mem_oom_action = Cancel
tidb_mem_quota_query = 1073741824
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Git Commit Hash: 6a02393
Git Branch: heads/refs/tags/v6.1.0-alpha
UTC Build Time: 2022-05-19 15:26:56
The text was updated successfully, but these errors were encountered: