mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +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
|
return tmpFGs, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// startCollectionFlowGraph starts the collection flow graph by collectionID
|
||||||
func (dsService *dataSyncService) startCollectionFlowGraph(collectionID UniqueID, vChannels []string) error {
|
func (dsService *dataSyncService) startCollectionFlowGraph(collectionID UniqueID, vChannels []string) error {
|
||||||
dsService.mu.Lock()
|
dsService.mu.Lock()
|
||||||
defer dsService.mu.Unlock()
|
defer dsService.mu.Unlock()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user