mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip e2e] Add comment for globalSealedSegmentManager (#14444)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
02e568603b
commit
33b68a11fd
@ -107,6 +107,7 @@ func (g *globalSealedSegmentManager) removeGlobalSegmentIDsByPartitionIds(partit
|
||||
}
|
||||
}
|
||||
|
||||
// close would free globalSealedSegmentManager
|
||||
func (g *globalSealedSegmentManager) close() {
|
||||
g.mu.Lock()
|
||||
defer g.mu.Unlock()
|
||||
|
Loading…
Reference in New Issue
Block a user