-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
- deploy a v7.5.0 cluster and create a table with 5000 partition
- truncate the table
- during truncate the table , upgrade cluster to nightly
2. What did you expect to see? (Required)
- upgrade cluster success
3. What did you see instead (Required)
- the system table add index takes a long time led tiup upgrade faied.
- you can see the user ddl are paused, but the system table add index takes about 2min.
4. What is your TiDB version? (Required)
v7.5.0
Metadata
Metadata
Assignees
Labels
component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.