[skip ci] Add comment for removeCollectionDeltaFlowGraph (#11928)

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

View File

@ -189,6 +189,7 @@ func (dsService *dataSyncService) removeCollectionFlowGraph(collectionID UniqueI
delete(dsService.collectionFlowGraphs, collectionID)
}
// removeCollectionDeltaFlowGraph would remove the collection delta flow graph by collectionID
func (dsService *dataSyncService) removeCollectionDeltaFlowGraph(collectionID UniqueID) {
dsService.mu.Lock()
defer dsService.mu.Unlock()