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

dumpling: fails to split chunks for unsigned integer primary key #42620

Closed
lichunzhu opened this issue Mar 27, 2023 · 0 comments · Fixed by #42621
Closed

dumpling: fails to split chunks for unsigned integer primary key #42620

lichunzhu opened this issue Mar 27, 2023 · 0 comments · Fixed by #42621
Labels
affects-7.0 component/dumpling This is related to Dumpling of TiDB. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@lichunzhu
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Use dumpling to dump a table with unsigned integer as an index.

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

Dumpling can split data into chunks correctly.

3. What did you see instead (Required)

Dumpling fails to split chunks.

[INFO] [dump.go:755] ["fallback to sequential dump due to no proper field. This won't influence the whole dump process"] [database=test] [table=multi_indexes] []

4. What is your TiDB version? (Required)

v7.0.0

@lichunzhu lichunzhu added the type/bug The issue is confirmed as a bug. label Mar 27, 2023
@lichunzhu lichunzhu changed the title dumpling dumpling: fails to split chunks for unsigned integer primary key Mar 27, 2023
@lichunzhu lichunzhu added severity/moderate component/dumpling This is related to Dumpling of TiDB. affects-7.0 labels Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.0 component/dumpling This is related to Dumpling of TiDB. severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant