From bcb642054047b37889cd3bb487ddd8dff094b265 Mon Sep 17 00:00:00 2001 From: SimFG Date: Fri, 8 Nov 2024 10:20:26 +0800 Subject: [PATCH] enhance: enable the lock scheduler for the rootcoord (#37513) /kind improvement Signed-off-by: SimFG --- pkg/util/paramtable/component_param.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index d7137f0061..2bc5a3eeee 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -1196,7 +1196,7 @@ Segments with smaller size than this parameter will not be indexed, and will be p.UseLockScheduler = ParamItem{ Key: "rootCoord.useLockScheduler", Version: "2.4.15", - DefaultValue: "false", + DefaultValue: "true", Doc: "use lock to schedule the task", Export: false, }