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

cannot restore the metakv when there are only write cf files #46578

Closed
Leavrth opened this issue Sep 1, 2023 · 0 comments · Fixed by #46589
Closed

cannot restore the metakv when there are only write cf files #46578

Leavrth opened this issue Sep 1, 2023 · 0 comments · Fixed by #46589
Labels
affects-6.5 affects-7.1 component/br This issue is related to BR of TiDB. severity/major type/bug The issue is confirmed as a bug.

Comments

@Leavrth
Copy link
Contributor

Leavrth commented Sep 1, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. start log backup
    2.create table test.t(id int);
  2. insert into test.t values (1)
  3. do snapshot backup
  4. insert into test.t with 30000 rows
  5. restore to another cluster

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

the next_rowid shoule be 60001, and there are 30002 rows in the table test.t.

3. What did you see instead (Required)

the next_rowid is 30001, and there are 30002 rows in the table test.t.

4. What is your TiDB version? (Required)

master

@Leavrth Leavrth added type/bug The issue is confirmed as a bug. severity/major component/br This issue is related to BR of TiDB. affects-6.5 affects-7.1 labels Sep 1, 2023
@ti-chi-bot ti-chi-bot bot added may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 labels Sep 1, 2023
@Leavrth Leavrth removed may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 labels Sep 1, 2023
@jayl1e jayl1e mentioned this issue Sep 21, 2023
11 tasks
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 component/br This issue is related to BR 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.

1 participant