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

Add index with distributed local sort does not trigger import #52640

Closed
tangenta opened this issue Apr 16, 2024 · 0 comments · Fixed by #52641
Closed

Add index with distributed local sort does not trigger import #52640

tangenta opened this issue Apr 16, 2024 · 0 comments · Fixed by #52641
Labels
affects-7.5 affects-8.1 component/ddl This issue is related to DDL of TiDB. 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_enable_dist_task = on;
set global tidb_cloud_storage_uri = '';

Add index on a large table.

2. What did you expect to see? (Required)

No error.

3. What did you see instead (Required)

error="write /var/lib/tidb/data-0/tmp_ddl-4000/109/b8f3741c-2a87-5acf-944a-62ce994e2136.sst/535dcafe-9b06-452c-a65b-f28d686397f7.sst: no space left on device"

4. What is your TiDB version? (Required)

6660de7

@tangenta tangenta added type/bug This issue is a bug. severity/major labels Apr 16, 2024
@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Apr 25, 2024
tangenta added a commit to ti-chi-bot/tidb that referenced this issue May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 affects-8.1 component/ddl This issue is related to DDL of TiDB. severity/major type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants