milvus-io / milvus-tools

A data migration tool for Milvus.
Apache License 2.0
71 stars 21 forks source link

milvusdm can't work #38

Closed hapuer closed 2 years ago

hapuer commented 2 years ago

OS: CentOS7.4,
Milvus old version: 0.10.3 Milvus new version: 1.1.1 We migrate to version1.1.1 from version0.10.3 with milvusdm: yaml file: M2M: milvus_version: 1.1.1 source_milvus_path: '/data0/milvus' mysql_parameter: source_collection: # specify the 'partition_1' and 'partition_2' partitions of the 'test' collection intelligence_picture_v1: dest_host: '10.11.205.18' dest_port: 19530 mode: 'skip' # 'skip/append/overwrite'

ERROR as flowing: 2022-05-06 16:53:26,929 | ERROR | grpc_handler.py | handler | 72 | Addr [10.11.205.18:19530] fake_register_link RPC error: <_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "" debug_error_string = "{"created":"@1651827206.928677178","description":"Error received from peer ipv4:10.11.205.18:19530","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"","grpc_status":12}"

{'API start': '2022-05-06 16:53:26.927801', 'RPC start': '2022-05-06 16:53:26.928089', 'RPC error': '2022-05-06 16:53:26.928964'}