[CP] [gts] refine gts callback interrupt
This commit is contained in:
@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user