mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
parent
24347454a9
commit
657deb8957
@ -117,7 +117,9 @@ func runComponent[T component](ctx context.Context,
|
||||
panic(err)
|
||||
}
|
||||
wg.Done()
|
||||
_ = role.Run()
|
||||
if err := role.Run(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
}()
|
||||
wg.Wait()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user