[skip ci] Add comment for addPartitionFlowGraph (#11929)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11874/head
bigsheeper 2021-11-16 21:37:57 +08:00 committed by GitHub
parent 6e22d079ee
commit b79bf56226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ func (dsService *dataSyncService) removeCollectionDeltaFlowGraph(collectionID Un
}
// partition flow graph
// addPartitionFlowGraph adds a partition flow graph to dataSyncService
func (dsService *dataSyncService) addPartitionFlowGraph(collectionID UniqueID, partitionID UniqueID, vChannels []string) {
dsService.mu.Lock()
defer dsService.mu.Unlock()