-
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
Unable to adjust the reorganization parameters of ddl jobs #57526
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
component/ddl
This issue is related to DDL of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
fzzf678
added
type/bug
The issue is confirmed as a bug.
component/ddl
This issue is related to DDL of TiDB.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
labels
Nov 20, 2024
This was referenced Nov 20, 2024
13 tasks
13 tasks
This was referenced Nov 21, 2024
13 tasks
ti-chi-bot
bot
added
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Nov 22, 2024
fzzf678
removed
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Nov 22, 2024
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
Nov 25, 2024
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
component/ddl
This issue is related to DDL of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
Previously, we could use the global variables
tidb_ddl_reorg_worker_cnt
andtidb_ddl_reorg_batch_size
to adjust concurrency and batch size. However, after #55334, these configurations can no longer be modified dynamically. As a result, certain DDL jobs may take excessive time to complete or consume too many resources, impacting overall business performance. To mitigate these issues, it’s crucial to have control over the configuration of individual DDL jobs to prevent adverse effects on the system as a whole.1. Minimal reproduce step (Required)
Run a huge reorg job such as add index. I want to speed it up or reduce the impact on the system.
2. What did you expect to see? (Required)
But there is no method to control.
3. What did you see instead (Required)
There are some methods can be used to adjust the ddl.
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: