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

[skip ci]Add comment for reloadMeta in indexcoord (#12876)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 65182f02
......@@ -111,6 +111,7 @@ func (mt *metaTable) saveIndexMeta(meta *Meta) error {
return nil
}
// reloadMeta reloads the index meta corresponding indexBuildID from ETCD.
func (mt *metaTable) reloadMeta(indexBuildID UniqueID) (*Meta, error) {
key := "indexes/" + strconv.FormatInt(indexBuildID, 10)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册