fix dag scheduler destroy when init failed

This commit is contained in:
a1iive
2023-09-12 02:40:35 +00:00
committed by ob-robot
parent 45573c67e5
commit ffd6829b5b
9 changed files with 144 additions and 111 deletions

View File

@ -216,6 +216,7 @@ public:
int init(const int64_t limit_cnt = DEFAULT_MAX_CNT);
void stop();
void wait();
void reset();
void destroy();
static ObTableStoreStatMgr &get_instance();
int report_stat(const ObTableStoreStat &stat);