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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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

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()