mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for startPartitionFlowGraph (#12026)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/12043/head
parent
418dace502
commit
f07b3ff8cb
|
@ -245,6 +245,7 @@ func (dsService *dataSyncService) getPartitionFlowGraphs(partitionID UniqueID, v
|
|||
return tmpFGs, nil
|
||||
}
|
||||
|
||||
// startPartitionFlowGraph would start the partition flow graph
|
||||
func (dsService *dataSyncService) startPartitionFlowGraph(partitionID UniqueID, vChannels []string) error {
|
||||
dsService.mu.Lock()
|
||||
defer dsService.mu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue