cannot restore the metakv when there are only write cf files #46578
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.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2.
create table test.t(id int);
insert into test.t values (1)
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
The text was updated successfully, but these errors were encountered: