mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for removeGlobalSealedSegmentInfo (#14442)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14463/head
parent
017f04aea1
commit
56d41eaf36
|
@ -87,6 +87,7 @@ func (g *globalSealedSegmentManager) hasGlobalSealedSegment(segmentID UniqueID)
|
|||
return ok
|
||||
}
|
||||
|
||||
// removeGlobalSealedSegmentInfo would remove globalSealSegment by segment
|
||||
func (g *globalSealedSegmentManager) removeGlobalSealedSegmentInfo(segmentID UniqueID) {
|
||||
g.mu.Lock()
|
||||
defer g.mu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue