未验证 提交 a4a66341 编写于 作者: B bigsheeper 提交者: GitHub

[skip ci] Add comment for getSegmentIDsByVChannel (#10022)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 241acadc
......@@ -352,6 +352,7 @@ func (colReplica *collectionReplica) getSegmentIDs(partitionID UniqueID) ([]Uniq
return colReplica.getSegmentIDsPrivate(partitionID)
}
// getSegmentIDsByVChannel returns segment ids which virtual channel is vChannel
func (colReplica *collectionReplica) getSegmentIDsByVChannel(partitionID UniqueID, vChannel Channel) ([]UniqueID, error) {
colReplica.mu.RLock()
defer colReplica.mu.RUnlock()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册