mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for removePartitionFlowGraph (#12027)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/12043/head
parent
f07b3ff8cb
commit
7df9600e5d
|
@ -263,6 +263,7 @@ func (dsService *dataSyncService) startPartitionFlowGraph(partitionID UniqueID,
|
|||
return nil
|
||||
}
|
||||
|
||||
// removePartitionFlowGraph removes the partition flow graph from dataSyncService by partitionID
|
||||
func (dsService *dataSyncService) removePartitionFlowGraph(partitionID UniqueID) {
|
||||
dsService.mu.Lock()
|
||||
defer dsService.mu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue