[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:
jaime 2021-12-10 10:11:59 +08:00 committed by GitHub
parent e60e7a20b4
commit 4e538f9929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -597,7 +597,7 @@ func (scheduler *TaskScheduler) scheduleLoop() {
childTaskKeys = append(childTaskKeys, taskKey)
childTaskKeys = append(childTaskKeys, stateKey)
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 {
panic(err)
}