-
Notifications
You must be signed in to change notification settings - Fork 312
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
feat(backup): 2. update and refactor meta backup engine class #1102
Conversation
The action can add more detail info, for example, we update |
It depends on the source code are well organized, but currently they are not, we can do that after several refactors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
the failed test case |
#1081
As the issue shows, meta_backup_engine will intertact with replica server and contorl backup lifecycle and status switch. This pr is the first part about it, including:
init_backup
andstart
functionsbackup_status
andbackup_item
structuresmeta_backup_engine.h
backup_engine
intometa_backup_engine
meta_backup_engine.h
including public/private, function definition order etc.