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

kv.ErrEntryTooLarge may block DDL forever #51962

Closed
tangenta opened this issue Mar 20, 2024 · 1 comment · Fixed by #51963
Closed

kv.ErrEntryTooLarge may block DDL forever #51962

tangenta opened this issue Mar 20, 2024 · 1 comment · Fixed by #51963
Labels
affects-6.5 affects-7.1 affects-7.5 affects-8.0 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)

Run DDL that may encounter ErrEntryTooLarge. For example, batch create tables.

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

DDL should report error, and execute other DDLs should not block.

3. What did you see instead (Required)

DDL blocks.

4. What is your TiDB version? (Required)

f4e366e

@tangenta
Copy link
Contributor Author

tangenta commented Mar 20, 2024

Introduced by #49699.

@tangenta tangenta added affects-8.0 and removed may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 affects-8.0 labels Mar 20, 2024
@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 affects-7.1 affects-7.5 affects-8.0 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.

2 participants