mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add a log ETCD path (#8739)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
c8e5e44427
commit
1edc00cd82
@ -903,7 +903,7 @@ func (c *Core) Init() error {
|
||||
|
||||
return nil
|
||||
}
|
||||
log.Debug("RootCoord, Connect to Etcd")
|
||||
log.Debug("RootCoord, Connect to Etcd", zap.String("kv root", Params.KvRootPath), zap.String("meta root", Params.MetaRootPath))
|
||||
err := retry.Do(c.ctx, connectEtcdFn, retry.Attempts(300))
|
||||
if err != nil {
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user