mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for getPartitionFlowGraphs (#11930)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11874/head
parent
b79bf56226
commit
77b6dc2081
|
@ -226,6 +226,7 @@ func (dsService *dataSyncService) addPartitionFlowGraph(collectionID UniqueID, p
|
|||
}
|
||||
}
|
||||
|
||||
// getPartitionFlowGraphs returns the partition flow graph by partitionID
|
||||
func (dsService *dataSyncService) getPartitionFlowGraphs(partitionID UniqueID, vChannels []string) (map[Channel]*queryNodeFlowGraph, error) {
|
||||
dsService.mu.Lock()
|
||||
defer dsService.mu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue