Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

When the incremental backup only has DDL, the incremental restore has problems #652

@tongtongyin

Description

@tongtongyin

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?

If possible, provide a recipe for reproducing the error.
1.Create a table t1, do full backup to get backupData
2.Drop this table t1 , do incremental backup to get backupData-incr
3.Restore record in backupData
4. Restore record in backupData-incr
Note: Only one drop DDL operation between LastTS and backupTS.

  1. What did you expect to see?

The database should drop table t1 after restore record in backupData-incr.

  1. What did you see instead?

Table t1 still exists in the database after incremental recovery

  1. What version of BR and TiDB/TiKV/PD are you using?

4.0.8

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions