mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Add comment for getGlobalSegmentIDsByPartitionIds (#14358)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
925cf4cb5b
commit
c0ba4c32af
@ -63,6 +63,7 @@ func (g *globalSealedSegmentManager) getGlobalSegmentIDs() []UniqueID {
|
||||
return resIDs
|
||||
}
|
||||
|
||||
// getGlobalSegmentIDsByPartitionIds returns globalSealedSegments by partitionIDs
|
||||
func (g *globalSealedSegmentManager) getGlobalSegmentIDsByPartitionIds(partitionIDs []UniqueID) []UniqueID {
|
||||
g.mu.Lock()
|
||||
defer g.mu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user