mirror of https://github.com/milvus-io/milvus.git
Fix components' setup (#26182)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>pull/26191/head pkg/v0.0.1
parent
6472a50349
commit
fb5d809599
|
@ -109,7 +109,9 @@ func runComponent[T component](ctx context.Context,
|
|||
panic(err)
|
||||
}
|
||||
wg.Done()
|
||||
_ = role.Run()
|
||||
if err := role.Run(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
runWg.Done()
|
||||
}()
|
||||
wg.Wait()
|
||||
|
|
Loading…
Reference in New Issue