mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetIndexMetaByIndexBuildID (#13345)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/13353/head
parent
259a728a4e
commit
4d578f6c13
|
@ -529,6 +529,7 @@ func (mt *metaTable) GetNodeTaskStats() map[UniqueID]int {
|
|||
return nodePriority
|
||||
}
|
||||
|
||||
// GetIndexMetaByIndexBuildID get the index meta of the specified indexBuildID.
|
||||
func (mt *metaTable) GetIndexMetaByIndexBuildID(indexBuildID UniqueID) *indexpb.IndexMeta {
|
||||
mt.lock.RLock()
|
||||
defer mt.lock.RUnlock()
|
||||
|
|
Loading…
Reference in New Issue