mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for startCollectionFlowGraph (#11735)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11642/head
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