未验证 提交 877bfdac 编写于 作者: E edward.zeng 提交者: GitHub

[skip ci] Refine querycoord param table comment (#12722)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 fcfa4255
...@@ -52,7 +52,7 @@ type ParamTable struct { ...@@ -52,7 +52,7 @@ type ParamTable struct {
SearchChannelPrefix string SearchChannelPrefix string
SearchResultChannelPrefix string SearchResultChannelPrefix string
// --- ETCD --- // --- etcd ---
EtcdEndpoints []string EtcdEndpoints []string
MetaRootPath string MetaRootPath string
KvRootPath string KvRootPath string
...@@ -107,7 +107,7 @@ func (p *ParamTable) Init() { ...@@ -107,7 +107,7 @@ func (p *ParamTable) Init() {
p.initStatsChannelName() p.initStatsChannelName()
p.initTimeTickChannelName() p.initTimeTickChannelName()
// --- ETCD --- // --- etcd ---
p.initEtcdEndpoints() p.initEtcdEndpoints()
p.initMetaRootPath() p.initMetaRootPath()
p.initKvRootPath() p.initKvRootPath()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册