mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for getSegmentIDsPrivate (#10110)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/10130/head
parent
cbb8236c05
commit
9ec4105a85
|
@ -374,6 +374,7 @@ func (colReplica *collectionReplica) getSegmentIDsByVChannel(partitionID UniqueI
|
|||
return segmentIDsTmp, nil
|
||||
}
|
||||
|
||||
// getSegmentIDsPrivate is private function in collectionReplica, it returns segment ids
|
||||
func (colReplica *collectionReplica) getSegmentIDsPrivate(partitionID UniqueID) ([]UniqueID, error) {
|
||||
partition, err2 := colReplica.getPartitionByIDPrivate(partitionID)
|
||||
if err2 != nil {
|
||||
|
|
Loading…
Reference in New Issue