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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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

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