[skip ci] Add comment for addCollectionFlowGraph (#8606)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/8617/head
bigsheeper 2021-09-26 20:18:03 +08:00 committed by GitHub
parent 78604cc1e1
commit 4b68be2d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()