mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for initSession (#14459)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
4abc4c7e1a
commit
9ca90841a7
@ -123,6 +123,7 @@ func (node *Proxy) Register() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// initSession initialize the session of Proxy.
|
||||
func (node *Proxy) initSession() error {
|
||||
node.session = sessionutil.NewSession(node.ctx, Params.ProxyCfg.MetaRootPath, Params.ProxyCfg.EtcdEndpoints)
|
||||
if node.session == nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user