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

ALTER TABLE ... COMPACT may not work for clustered key #51810

Closed
breezewish opened this issue Mar 15, 2024 · 0 comments · Fixed by #51812
Closed

ALTER TABLE ... COMPACT may not work for clustered key #51810

breezewish opened this issue Mar 15, 2024 · 0 comments · Fixed by #51812

Comments

@breezewish
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

ALTER TABLE ... COMPACT TIFLASH REPLICA

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

Compact table successfully.

3. What did you see instead (Required)

For tables with VARCHAR clustered keys, the compaction may fail with the following error:

compact on store 127.0.0.1:3930 failed: internal enror (check logs for details)

4. What is your TiDB version? (Required)

master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants