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

[skip ci]Add comment for GetIndexMetaByIndexBuildID (#13345)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 259a728a
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册