mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comment for saveIndexMeta in indexcoord (#12874)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
fbba24891c
commit
02dabbe4b5
@ -90,6 +90,7 @@ func (mt *metaTable) reloadFromKV() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// saveIndexMeta saves the index meta to ETCD.
|
||||
// metaTable.lock.Lock() before call this function
|
||||
func (mt *metaTable) saveIndexMeta(meta *Meta) error {
|
||||
value, err := proto.Marshal(meta.indexMeta)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user