mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update etcd name in comments (#12800)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/12806/head
parent
694e3f72a1
commit
b2402cd916
|
@ -727,7 +727,7 @@ func (i *IndexCoord) watchNodeLoop() {
|
|||
}
|
||||
}
|
||||
|
||||
// watchMetaLoop is used to monitor whether the Meta in ETCD has been changed.
|
||||
// watchMetaLoop is used to monitor whether the Meta in etcd has been changed.
|
||||
func (i *IndexCoord) watchMetaLoop() {
|
||||
ctx, cancel := context.WithCancel(i.loopCtx)
|
||||
|
||||
|
|
Loading…
Reference in New Issue