fix major freeze about restore and freeze_info gc

This commit is contained in:
LiefB
2023-10-11 03:44:10 +00:00
committed by ob-robot
parent a51bfc97fd
commit 828836002c
10 changed files with 235 additions and 16 deletions

View File

@ -193,6 +193,13 @@ public:
common::ObIAllocator &allocator,
common::ObString &column_meta_hex_str);
static int is_higher_ver_tablet_rep_ckm_exist(
const uint64_t tenant_id,
const SCN &compaction_scn,
const uint64_t tablet_id,
common::ObISQLClient &sql_proxy,
bool &is_exist);
private:
static int batch_insert_or_update_with_trans_(
const uint64_t tenant_id,