*: move config file option committer-concurrency to sysvar#34368
*: move config file option committer-concurrency to sysvar#34368ti-chi-bot merged 18 commits intopingcap:masterfrom
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. DetailsReviewer can indicate their review by submitting an approval review. |
|
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/a4da22c9db40d4f6befef04ca6d54ec483e2e0a6 |
|
Please review @morgo |
morgo
left a comment
There was a problem hiding this comment.
Sysvar/config changes LGTM, but I'll find a tikv reviewer so we can make sure the change is working correctly.
|
/run-check_dev_2 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 39905d4 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: a4da22c |
TiDB MergeCI notify✅ Well Done! New fixed [1] after this pr merged.
|
What problem does this PR solve?
Issue Number: ref #33769
Problem Summary:
The option
committer-concurrencyhas historically been a config option. Based on requirements from cloud & PM it should instead be aGLOBALsysvar.What is changed and how it works?
This PR converts the option
committer-concurrencyto a global (cluster-wide) sysvartidb-committer-concurrency.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.