mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for removeCollectionDeltaFlowGraph (#11928)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11874/head
parent
95bd08961e
commit
6e22d079ee
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue