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

Adding unique index with global sort gets stuck #51910

Closed
tangenta opened this issue Mar 19, 2024 · 0 comments · Fixed by #51900
Closed

Adding unique index with global sort gets stuck #51910

tangenta opened this issue Mar 19, 2024 · 0 comments · Fixed by #51900
Labels
affects-8.0 component/ddl This issue is related to DDL of TiDB. feature/developing the related feature is in development severity/major type/bug This issue is a bug.

Comments

@tangenta
Copy link
Contributor

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)

af89779

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

Successfully merging a pull request may close this issue.

2 participants