-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Make restore tolerates "safe" changefeeds exist #53131
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
5 tasks
terry1purcell
pushed a commit
to terry1purcell/tidb
that referenced
this issue
May 17, 2024
13 tasks
RidRisR
pushed a commit
to RidRisR/tidb
that referenced
this issue
May 23, 2024
RidRisR
pushed a commit
to RidRisR/tidb
that referenced
this issue
May 23, 2024
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
In the current version, we will reject to restore once there is any changefeed.
This is too strict and not pretty friendly to the end user.
In fact, BR can safely import data if the changefeed has a checkpoint ts greater than the backup archive -- CDC won't try to emit data loaded by BR in any case.
The text was updated successfully, but these errors were encountered: