mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint error in indexcoord (#9041)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/9046/head
parent
ac7c22d84e
commit
cf93fadabc
|
@ -292,7 +292,7 @@ func (sched *TaskScheduler) Start() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Start closes the task scheduler of indexing tasks.
|
||||
// Close closes the task scheduler of indexing tasks.
|
||||
func (sched *TaskScheduler) Close() {
|
||||
sched.cancel()
|
||||
sched.wg.Wait()
|
||||
|
|
Loading…
Reference in New Issue