We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
after upgrade, tidb_committer_concurrency value should be 120
mysql> show variables like 'tidb_committer_concurrency'; +----------------------------+-------+ | Variable_name | Value | +----------------------------+-------+ | tidb_committer_concurrency | 128 | +----------------------------+-------+ 1 row in set (0.00 sec) mysql> show global variables like 'tidb_committer_concurrency'; +----------------------------+-------+ | Variable_name | Value | +----------------------------+-------+ | tidb_committer_concurrency | 128 | +----------------------------+-------+ 1 row in set (0.00 sec) mysql>
Git Commit Hash: a961485 Git Branch: heads/refs/tags/v6.1.0-alpha UTC Build Time: 2022-05-19 01:01:06
The text was updated successfully, but these errors were encountered:
log. tidb_query_log_max_len performance.run-auto-analyze: false these two also have this problem.
Sorry, something went wrong.
Hi @seiya-annie @espresso98 , I can confirm that the issue has been closed by #34711.
tidb_query_log_max_len
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
server_configs:
tidb:
enable-batch-dml: true
experimental.enable-global-kill: false
log.query-log-max-len: 4000
mem-quota-query: 0
performance.committer-concurrency: 120
performance.run-auto-analyze: false
performance.txn-entry-size-limit: 6000000
performance.txn-total-size-limit: 6000000
prepared-plan-cache.capacity: 2000
prepared-plan-cache.enabled: true
security.require-secure-transport: false
2. What did you expect to see? (Required)
after upgrade, tidb_committer_concurrency value should be 120
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Git Commit Hash: a961485
Git Branch: heads/refs/tags/v6.1.0-alpha
UTC Build Time: 2022-05-19 01:01:06
The text was updated successfully, but these errors were encountered: