mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip ci] Add comment for removeExcludedSegments (#10463)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
f7c0f5b3da
commit
bad8a41494
@ -539,6 +539,7 @@ func (colReplica *collectionReplica) getSegmentStatistics() []*internalpb.Segmen
|
||||
return statisticData
|
||||
}
|
||||
|
||||
// removeExcludedSegments will remove excludedSegments from collectionReplica
|
||||
func (colReplica *collectionReplica) removeExcludedSegments(collectionID UniqueID) {
|
||||
colReplica.mu.Lock()
|
||||
defer colReplica.mu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user