mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci] Add comment for startCollectionFlowGraph (#11735)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
c416f1e71f
commit
3f9c5baf63
@ -138,6 +138,7 @@ func (dsService *dataSyncService) getCollectionDeltaFlowGraphs(collectionID Uniq
|
||||
return tmpFGs, nil
|
||||
}
|
||||
|
||||
// startCollectionFlowGraph starts the collection flow graph by collectionID
|
||||
func (dsService *dataSyncService) startCollectionFlowGraph(collectionID UniqueID, vChannels []string) error {
|
||||
dsService.mu.Lock()
|
||||
defer dsService.mu.Unlock()
|
||||
|
Loading…
Reference in New Issue
Block a user