mirror of https://github.com/milvus-io/milvus.git
parent
2ef2ba4c81
commit
a866fc5c6f
|
@ -85,6 +85,7 @@ func (qc *QueryCoord) Register() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Init function initializes the queryCoord's meta, cluster, etcdKV and task scheduler
|
||||
func (qc *QueryCoord) Init() error {
|
||||
connectEtcdFn := func() error {
|
||||
etcdKV, err := etcdkv.NewEtcdKV(Params.EtcdEndpoints, Params.MetaRootPath)
|
||||
|
|
Loading…
Reference in New Issue