Fix 2277 backup 320 restore backup snapshot failed bug
This commit is contained in:
committed by
LINxiansheng
parent
9eeefd68f5
commit
47044f346e
@ -165,13 +165,14 @@ public:
|
||||
static int get_restore_sys_table_ids(
|
||||
const ObPhysicalRestoreInfo &info, common::ObIArray<common::ObPartitionKey> &pkey_list);
|
||||
|
||||
static int check_is_snapshot_restore(const int64_t backup_snapshot, const int64_t restore_timestamp,
|
||||
const uint64_t cluster_version, bool &is_snapshot_restore);
|
||||
|
||||
private:
|
||||
// get info from cluster backup dest level
|
||||
static int get_restore_backup_info_v1_(const GetRestoreBackupInfoParam ¶m, ObRestoreBackupInfo &info);
|
||||
// get info from simple path level
|
||||
static int get_restore_backup_info_v2_(const GetRestoreBackupInfoParam ¶m, ObRestoreBackupInfo &info);
|
||||
static int check_is_snapshot_restore_(
|
||||
const GetRestoreBackupInfoParam ¶m, const ObBackupSetFileInfo &backup_set_info, bool &is_snapshot_restore);
|
||||
static int inner_get_restore_backup_set_info_(const GetRestoreBackupInfoParam ¶m,
|
||||
ObBackupSetFileInfo &backup_set_info, ObExternTenantLocalityInfo &tenant_locality_info,
|
||||
common::ObIArray<common::ObPGKey> &sys_pg_keys);
|
||||
|
||||
Reference in New Issue
Block a user