fix ret -4016 when restore meta with undefine tablet

This commit is contained in:
hamstersox
2023-06-28 07:12:07 +00:00
committed by ob-robot
parent 9e85b98fb4
commit 033dc7668c
15 changed files with 91 additions and 137 deletions

View File

@ -12,6 +12,7 @@
#define OCEANBASE_ROOTSERVER_OB_BACKUP_BASE_SERVICE_H_
#include "lib/thread/thread_mgr_interface.h"
#include "rootserver/ob_tenant_thread_helper.h"
#include "lib/lock/ob_thread_cond.h"
#include "logservice/ob_log_base_type.h"
#include "storage/ls/ob_ls.h"
@ -44,6 +45,8 @@ public:
void wait();
void idle();
void wakeup();
void mtl_thread_stop();
void mtl_thread_wait();
void set_idle_time(const int64_t interval_time_us) { interval_idle_time_us_ = interval_time_us; }
int64_t get_idle_time() const { return interval_idle_time_us_; }
// role change