From e3b4d4e630083e41dbec798a0be333dccc005d9f Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 27 May 2024 14:10:25 +0800 Subject: [PATCH] Reset workload_group_max_num for regression test (#35430) --- regression-test/pipeline/p0/conf/fe.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/p0/conf/fe.conf b/regression-test/pipeline/p0/conf/fe.conf index 3233d67dd5..80fd1d84af 100644 --- a/regression-test/pipeline/p0/conf/fe.conf +++ b/regression-test/pipeline/p0/conf/fe.conf @@ -111,6 +111,7 @@ enable_job_schedule_second_for_test = true enable_workload_group = true publish_topic_info_interval_ms = 1000 workload_sched_policy_interval_ms = 1000 +workload_group_max_num = 30 master_sync_policy = WRITE_NO_SYNC replica_sync_policy = WRITE_NO_SYNC