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

[skip e2e] Add comment for removeGlobalSegmentIDsByPartitionIds (#14443)

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