[skip ci] Add comment for removeCollectionFlowGraph (#11737)

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

View File

@ -174,6 +174,7 @@ func (dsService *dataSyncService) startCollectionDeltaFlowGraph(collectionID Uni
return nil
}
// removeCollectionFlowGraph would remove the collection flow graph by collectionID
func (dsService *dataSyncService) removeCollectionFlowGraph(collectionID UniqueID) {
dsService.mu.Lock()
defer dsService.mu.Unlock()