mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// removeCollectionFlowGraph would remove the collection flow graph by collectionID
|
||||||
func (dsService *dataSyncService) removeCollectionFlowGraph(collectionID UniqueID) {
|
func (dsService *dataSyncService) removeCollectionFlowGraph(collectionID UniqueID) {
|
||||||
dsService.mu.Lock()
|
dsService.mu.Lock()
|
||||||
defer dsService.mu.Unlock()
|
defer dsService.mu.Unlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user