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

Unable to adjust the reorganization parameters of ddl jobs #57526

Open
fzzf678 opened this issue Nov 20, 2024 · 0 comments
Open

Unable to adjust the reorganization parameters of ddl jobs #57526

fzzf678 opened this issue Nov 20, 2024 · 0 comments
Labels
affects-8.5 component/ddl This issue is related to DDL of TiDB. severity/major type/bug The issue is confirmed as a bug.

Comments

@fzzf678
Copy link
Contributor

fzzf678 commented Nov 20, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

Previously, we could use the global variables tidb_ddl_reorg_worker_cnt and tidb_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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.5 component/ddl This issue is related to DDL of TiDB. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants