mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Fix golint error in indexcoord (#9041)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
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
Block a user