[CP] [gts] refine gts callback interrupt

This commit is contained in:
jw-guo
2024-03-26 05:20:18 +00:00
committed by ob-robot
parent 7f73a27bdd
commit 611b488e79
12 changed files with 159 additions and 63 deletions

View File

@ -331,6 +331,12 @@ public:
return OB_SUCCESS;
}
int interrupt_gts_callback_for_ls_offline(const uint64_t tenant_id, const share::ObLSID ls_id) {
UNUSED(tenant_id);
UNUSED(ls_id);
return OB_SUCCESS;
}
int update_base_ts(const int64_t base_ts) { return OB_SUCCESS; }
int get_base_ts(int64_t &base_ts) { return OB_SUCCESS; }
bool is_external_consistent(const uint64_t tenant_id) { return true; }