mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for reloadMeta in indexcoord (#12876)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12930/head
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