mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for removeGlobalSegmentIDsByPartitionIds (#14443)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14463/head
parent
56d41eaf36
commit
b4a04a36ab
|
@ -94,6 +94,7 @@ func (g *globalSealedSegmentManager) removeGlobalSealedSegmentInfo(segmentID Uni
|
|||
delete(g.globalSealedSegments, segmentID)
|
||||
}
|
||||
|
||||
// removeGlobalSegmentIDsByPartitionIds would remove globalSealedSegments by partitionIDs
|
||||
func (g *globalSealedSegmentManager) removeGlobalSegmentIDsByPartitionIds(partitionIDs []UniqueID) {
|
||||
g.mu.Lock()
|
||||
defer g.mu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue