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

[skip ci]Add comment for GetUnassignedTasks in indexcoord (#13347)

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 30afcf23
......@@ -389,6 +389,7 @@ func (mt *metaTable) GetUnusedIndexFiles(limit int) []Meta {
return metas
}
// GetUnassignedTasks get the unassigned tasks.
func (mt *metaTable) GetUnassignedTasks(onlineNodeIDs []int64) []Meta {
mt.lock.RLock()
defer mt.lock.RUnlock()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册