-
Notifications
You must be signed in to change notification settings - Fork 6.1k
br/stream: implement segmented restore #65863
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: hillium <[email protected]>
Signed-off-by: hillium <[email protected]>
Signed-off-by: hillium <[email protected]>
Signed-off-by: hillium <[email protected]>
Signed-off-by: hillium <[email protected]>
…into milti-part-restore
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
|
Hi @YuJuncen. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. |
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
Signed-off-by: Juncen Yu <[email protected]>
|
[FORMAT CHECKER NOTIFICATION] Notice: To remove the 📖 For more info, you can check the "Contribute Code" section in the development guide. |
|
@YuJuncen: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: close #(TBD)
Problem Summary:
From
__agent_doc/main.mdYou need to implement a feature -- segmented restore.
Now,
br restore pointrequires the user to finish restore to a point-in-time within oneshot.We want
br restore pointcan be "segmented", like:But for now, it is impossible. There are something we have known: tiflash replicas may be added back too early, indices may not be properly recreated... But more are unknown unknown.
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.