-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.component/storageseverity/moderatetype/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)
- Apply the following three DDLs quickly
- Create a table on tidb
- Add tiflash for the table
- drop the table
There is a chance that the drop table is executed on TiFlash before the IStorage instance is actually created by applying snapshot.
Then the information that the table has been dropped is missed on the TiFlash instance and its related data can not be physically dropped.
This can be workaround by restarting TiFlash, which will re-sync all table info from TiDB. And it will mark the table as tombstones at that time.
logging from testing pipeline : table_id_571.log
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
https://github.com/pingcap/tiflash/tree/5ba01c04abc057f376eb71c8598cab65bc711460
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.component/storageseverity/moderatetype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.