From 877bfdac586b24d2d2d7f1ac7496066191e8dc17 Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Fri, 3 Dec 2021 18:51:33 +0800 Subject: [PATCH] [skip ci] Refine querycoord param table comment (#12722) Signed-off-by: Edward Zeng --- internal/querycoord/param_table.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/querycoord/param_table.go b/internal/querycoord/param_table.go index e13105e23..d26cd306f 100644 --- a/internal/querycoord/param_table.go +++ b/internal/querycoord/param_table.go @@ -52,7 +52,7 @@ type ParamTable struct { SearchChannelPrefix string SearchResultChannelPrefix string - // --- ETCD --- + // --- etcd --- EtcdEndpoints []string MetaRootPath string KvRootPath string @@ -107,7 +107,7 @@ func (p *ParamTable) Init() { p.initStatsChannelName() p.initTimeTickChannelName() - // --- ETCD --- + // --- etcd --- p.initEtcdEndpoints() p.initMetaRootPath() p.initKvRootPath() -- GitLab