[skip ci] Add comment for startCollectionFlowGraph (#11735)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11642/head
bigsheeper 2021-11-12 19:17:50 +08:00 committed by GitHub
parent c416f1e71f
commit 3f9c5baf63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ func (dsService *dataSyncService) getCollectionDeltaFlowGraphs(collectionID Uniq
return tmpFGs, nil
}
// startCollectionFlowGraph starts the collection flow graph by collectionID
func (dsService *dataSyncService) startCollectionFlowGraph(collectionID UniqueID, vChannels []string) error {
dsService.mu.Lock()
defer dsService.mu.Unlock()