未验证 提交 65182f02 编写于 作者: C cai.zhang 提交者: GitHub

[skip ci]Add comment for reloadFromKV in indexcoord (#12875)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 02dabbe4
......@@ -64,6 +64,7 @@ func NewMetaTable(kv *etcdkv.EtcdKV) (*metaTable, error) {
return mt, nil
}
// reloadFromKV reloads the index meta from ETCD.
func (mt *metaTable) reloadFromKV() error {
mt.indexBuildID2Meta = make(map[UniqueID]Meta)
key := "indexes"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册