milvus/internal/util/grpcclient
wei liu fa73520b57
fix: Make datacoord client retry on index api (#30654)
issue: #20553

This PR add retry on all interface which belong to indexcoord in milvus
2.2 and. move to data coord in milvus 2.3, to prevent meet
`unimplemented` error during rolling upgrade from milvus 2.2 to 2.3.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-03-04 15:32:59 +08:00
..
auth.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
client_test.go fix: Make datacoord client retry on index api (#30654) 2024-03-04 15:32:59 +08:00
client.go fix: Make datacoord client retry on index api (#30654) 2024-03-04 15:32:59 +08:00
errors.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
grpc_encoder_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
grpc_encoder.go Format the code (#27275) 2023-09-21 09:45:27 +08:00