fix sync tablet stat timeout

This commit is contained in:
Charles0429
2022-12-13 07:07:57 +00:00
committed by ob-robot
parent 73345ff899
commit 700ed322cd
3 changed files with 29 additions and 1 deletions

View File

@ -190,6 +190,7 @@ protected:
ObIArray<uint64_t> &constraint_ids,
bool &need_rebuild_constraint);
int check_need_check_table_empty(bool &need_check_table_empty);
int get_estimated_timeout(const share::schema::ObTableSchema *dst_table_schema, int64_t &estimated_timeout);
protected:
struct DependTaskStatus final
{