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

DDL internal txn reports "GC life time is shorter than transaction duration" #57043

Closed
tangenta opened this issue Oct 31, 2024 · 1 comment · Fixed by #57044
Closed

DDL internal txn reports "GC life time is shorter than transaction duration" #57043

tangenta opened this issue Oct 31, 2024 · 1 comment · Fixed by #57044
Labels
affects-7.1 affects-7.5 affects-8.1 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

@tangenta
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. Prepare a large dataset.
  2. Create an index for a wide column.
  3. It may take more than 10 min to finish the partial import.

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

Adding index complete without errors.

3. What did you see instead (Required)

The state of adding index becomes "rollback done".

GC life time is shorter than transaction duration

4. What is your TiDB version? (Required)

b314a9c

@tangenta
Copy link
Contributor Author

#42895 is not completely solved, I open another one because it is easier to manage cherry-pick PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.1 affects-7.5 affects-8.1 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

Successfully merging a pull request may close this issue.

3 participants