未验证 提交 025fff0b 编写于 作者: B bigsheeper 提交者: GitHub

[skip e2e] Add comment for getGlobalSegmentIDs (#14357)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 fb295b33
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册