mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for addPartitionFlowGraph (#11929)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11874/head
parent
6e22d079ee
commit
b79bf56226
|
@ -205,6 +205,7 @@ func (dsService *dataSyncService) removeCollectionDeltaFlowGraph(collectionID Un
|
|||
}
|
||||
|
||||
// partition flow graph
|
||||
// addPartitionFlowGraph adds a partition flow graph to dataSyncService
|
||||
func (dsService *dataSyncService) addPartitionFlowGraph(collectionID UniqueID, partitionID UniqueID, vChannels []string) {
|
||||
dsService.mu.Lock()
|
||||
defer dsService.mu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue