mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for getGlobalSegmentIDs (#14357)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
fb295b333e
commit
025fff0bbb
@ -53,6 +53,7 @@ func (g *globalSealedSegmentManager) addGlobalSegmentInfo(segmentInfo *querypb.S
|
||||
g.globalSealedSegments[segmentInfo.SegmentID] = segmentInfo
|
||||
}
|
||||
|
||||
// getGlobalSegmentIDs returns globalSealedSegments
|
||||
func (g *globalSealedSegmentManager) getGlobalSegmentIDs() []UniqueID {
|
||||
g.mu.Lock()
|
||||
defer g.mu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user