mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for addCollectionFlowGraph (#8606)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
78604cc1e1
commit
4b68be2d36
@ -44,6 +44,7 @@ type dataSyncService struct {
|
||||
}
|
||||
|
||||
// collection flow graph
|
||||
// addCollectionFlowGraph add a collection flowGraph to collectionFlowGraphs
|
||||
func (dsService *dataSyncService) addCollectionFlowGraph(collectionID UniqueID, vChannels []string) {
|
||||
dsService.mu.Lock()
|
||||
defer dsService.mu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user