mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for addCollectionFlowGraph (#8606)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/8617/head
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…
Reference in New Issue