mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci] Add comment for removeCollectionFlowGraph (#11737)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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
Block a user