-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
- start log backup
2.create table test.t(id int);
insert into test.t values (1)
- do snapshot backup
- insert into test.t with 30000 rows
- 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
Metadata
Metadata
Assignees
Labels
affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.