-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-8.0component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.feature/developingthe related feature is in developmentthe related feature is in developmentseverity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set global tidb_cloud_storage_uri = 'xx';
set global tidb_enable_dist_task = on;
alter table xx add unique index idx(xxx);
2. What did you expect to see? (Required)
No error.
3. What did you see instead (Required)
DDL stuck.
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
affects-8.0component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.feature/developingthe related feature is in developmentthe related feature is in developmentseverity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.