mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci] Fix a grammar mistake in querycoord task_scheduler (#13126)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
e60e7a20b4
commit
4e538f9929
@ -597,7 +597,7 @@ func (scheduler *TaskScheduler) scheduleLoop() {
|
|||||||
childTaskKeys = append(childTaskKeys, taskKey)
|
childTaskKeys = append(childTaskKeys, taskKey)
|
||||||
childTaskKeys = append(childTaskKeys, stateKey)
|
childTaskKeys = append(childTaskKeys, stateKey)
|
||||||
err := scheduler.client.MultiRemove(childTaskKeys)
|
err := scheduler.client.MultiRemove(childTaskKeys)
|
||||||
// after recover, child Task's state will be TaskDone, will not be repeat executed
|
// after recover, child Task's state will be TaskDone, will not be repeatedly executed
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user