Skip to content
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

set performance.committer-concurrency=120, after upgrade, tidb_committer_concurrency value changed to 128 #34809

Closed
seiya-annie opened this issue May 19, 2022 · 2 comments
Labels
severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@seiya-annie
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. install v6.0.0 with following configs:
    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. upgrade to nightly(6.1.0)
  3. check system variable

2. What did you expect to see? (Required)

after upgrade, tidb_committer_concurrency value should be 120

3. What did you see instead (Required)

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> 

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

@seiya-annie seiya-annie added type/bug The issue is confirmed as a bug. sig/sql-infra SIG: SQL Infra severity/major labels May 19, 2022
@ti-chi-bot ti-chi-bot added may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.0 labels May 19, 2022
@seiya-annie seiya-annie removed may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-6.0 labels May 19, 2022
@seiya-annie
Copy link
Author

log. tidb_query_log_max_len
performance.run-auto-analyze: false
these two also have this problem.

@bb7133
Copy link
Member

bb7133 commented May 19, 2022

Hi @seiya-annie @espresso98 , I can confirm that the issue has been closed by #34711.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

3 participants