mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci] Add comment for newDataSyncService (#8962)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
09219f062c
commit
a5a85f75bd
@ -195,6 +195,7 @@ func (dsService *dataSyncService) removePartitionFlowGraph(partitionID UniqueID)
|
||||
delete(dsService.partitionFlowGraphs, partitionID)
|
||||
}
|
||||
|
||||
// newDataSyncService returns a new dataSyncService
|
||||
func newDataSyncService(ctx context.Context,
|
||||
streamingReplica ReplicaInterface,
|
||||
tSafeReplica TSafeReplicaInterface,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user