mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
This reverts commit 911921d5a7c3f5fc5f77e85dd80e8899e669e543. Signed-off-by: yah01 <yang.cen@zilliz.com> Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
0ae4e5265f
commit
bec1d4c50f
@ -482,7 +482,7 @@ func (sched *taskScheduler) definitionLoop() {
|
||||
case <-sched.ddQueue.utChan():
|
||||
if !sched.ddQueue.utEmpty() {
|
||||
t := sched.scheduleDdTask()
|
||||
go sched.processTask(t, sched.ddQueue)
|
||||
sched.processTask(t, sched.ddQueue)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user