mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
[skip ci]Add comment for reloadMeta in indexcoord (#12876)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
65182f0227
commit
ae92cc1270
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user