[bug fix] fix core at TenantConfigUpdateTask::runTimerTask

This commit is contained in:
obdev
2024-02-08 08:04:10 +00:00
committed by ob-robot
parent aeb8bf2d2e
commit e9f0e97a5a
6 changed files with 221 additions and 27 deletions

View File

@ -52,7 +52,6 @@ public:
virtual ~TenantConfigUpdateTask() {}
TenantConfigUpdateTask(const TenantConfigUpdateTask &) = delete;
TenantConfigUpdateTask &operator=(const TenantConfigUpdateTask &) = delete;
void set_tenant_config(ObTenantConfig *config) { tenant_config_ = config; }
void runTimerTask(void) override;
ObTenantConfigMgr *config_mgr_;
ObTenantConfig *tenant_config_;