[skip ci] Add comment for removePartitionFlowGraph (#12027)

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

View File

@ -263,6 +263,7 @@ func (dsService *dataSyncService) startPartitionFlowGraph(partitionID UniqueID,
return nil
}
// removePartitionFlowGraph removes the partition flow graph from dataSyncService by partitionID
func (dsService *dataSyncService) removePartitionFlowGraph(partitionID UniqueID) {
dsService.mu.Lock()
defer dsService.mu.Unlock()