diff --git a/internal/querycoord/param_table.go b/internal/querycoord/param_table.go index e13105e231ea1c2619ccf311231e2127bbd18d92..d26cd306f05d00a74088bf5727d6e6337109a0ac 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()