[skip ci] Add comment for startPartitionFlowGraph (#12026)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/12043/head
bigsheeper 2021-11-17 20:25:29 +08:00 committed by GitHub
parent 418dace502
commit f07b3ff8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ func (dsService *dataSyncService) getPartitionFlowGraphs(partitionID UniqueID, v
return tmpFGs, nil
}
// startPartitionFlowGraph would start the partition flow graph
func (dsService *dataSyncService) startPartitionFlowGraph(partitionID UniqueID, vChannels []string) error {
dsService.mu.Lock()
defer dsService.mu.Unlock()