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, }