mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for removeCollectionFlowGraph (#11737)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11642/head
parent
3f9c5baf63
commit
be20567852
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue