-
Notifications
You must be signed in to change notification settings - Fork 409
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
TiFlash can not prevent data being removed after FLASHBACK DATABASE
#8450
Labels
affects-6.5
affects-7.1
affects-7.5
component/storage
severity/critical
type/bug
The issue is confirmed as a bug.
Comments
JaySon-Huang
added
type/bug
The issue is confirmed as a bug.
affects-6.5
affects-7.1
affects-7.5
component/storage
severity/critical
labels
Dec 1, 2023
This was referenced Dec 1, 2023
12 tasks
12 tasks
JaySon-Huang
added a commit
to ti-chi-bot/tiflash
that referenced
this issue
Dec 7, 2023
known issue on release-6.5/release-7.1:
after flashback, it maybe not able to read t3/t4 because the The corner case can be handled properly on the release-7.5 and later |
This was referenced Dec 8, 2023
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
affects-7.5
component/storage
severity/critical
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)
Found by manual check.
tidb support
FLASHBACK DATABASE DBName [TO newDBName]
since v6.4.0 https://docs.pingcap.com/tidb/stable/sql-statement-flashback-databaseHowever, tiflash did not notice that. And if a database is recovered by
FLASHBACK DATABASE
, tiflash can not prevent the data from being removed after gc-safepoint passed the previousDROP DATABASE
is executed.tidb issue: pingcap/tidb#20463
2. What did you expect to see? (Required)
The data in TiFlash remain not removed after
FLASHBACK DATABASE
is executed even when gc-safepoint exceed3. What did you see instead (Required)
The data in TiFlash is lost
4. What is your TiFlash version? (Required)
master, 7.5, 7.1, 6.5
The text was updated successfully, but these errors were encountered: