fix backup and restore do not support -4725 issue

This commit is contained in:
oceanoverflow
2023-01-28 16:16:06 +08:00
committed by ob-robot
parent 455070348e
commit ad4cf1e9c1
21 changed files with 389 additions and 38 deletions

View File

@ -526,7 +526,8 @@ public:
private:
int may_inject_simulated_error_();
int report_tablet_skipped_(const common::ObTabletID &tablet_id);
int report_tablet_skipped_(const common::ObTabletID &tablet_id,
const share::ObBackupSkippedType &skipped_type);
private:
int build_backup_file_header_(ObBackupFileHeader &file_header);