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

[skip ci]Add comment for HasSameReq in indexcoord (#13344)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 aedb6801
......@@ -420,6 +420,7 @@ func (mt *metaTable) GetUnassignedTasks(onlineNodeIDs []int64) []Meta {
return metas
}
// HasSameReq determine whether there are same indexing tasks.
func (mt *metaTable) HasSameReq(req *indexpb.BuildIndexRequest) (bool, UniqueID) {
mt.lock.Lock()
defer mt.lock.Unlock()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册