[OBKV] fix: TbLsGroup memory hold too much when do DDL operqation frequently

This commit is contained in:
GroundWu 2025-01-02 13:45:20 +00:00 committed by ob-robot
parent 8985b5e805
commit f4c1486e2e

View File

@ -151,7 +151,7 @@ public:
{
public:
static const int64_t TASK_SCHEDULE_INTERVAL = 1000 * 1000; // 1s
static const int64_t LS_GROUP_MAX_ACTIVE_TS = 10 * 60 * 1000 * 1000; // 10min
static const int64_t LS_GROUP_MAX_ACTIVE_TS = 1 * 60 * 1000 * 1000; // 1min
static const int64_t MAX_CLEAN_GROUP_SIZE_EACH_TASK = 100;
ObTableGroupInfoTask(ObTableGroupCommitMgr &mgr)
: need_update_group_info_(false),