milvus-io / milvus-lite

A lightweight version of Milvus
Apache License 2.0
264 stars 30 forks source link

RootCoord IP Adress is wrong #94

Open slicksilicon opened 4 months ago

slicksilicon commented 4 months ago

my yaml configuration for rootCoord is localhost, 40000 - standard my local PC address is 192.1.168.28 However, rootcoord tries to connect to 192.1.198.28 and fails.

[WARN] [grpcclient/client.go:291] ["fail to get grpc client in the retry state"] [module=Proxy] [client_role=rootcoord] [error="failed to connect 192.1.198.28:40000, reason: context deadline exceeded"]

xiaofan-luan commented 4 months ago

my yaml configuration for rootCoord is localhost, 40000 - standard my local PC address is 192.1.168.28 However, rootcoord tries to connect to 192.1.198.28 and fails.

[WARN] [grpcclient/client.go:291] ["fail to get grpc client in the retry state"] [module=Proxy] [client_role=rootcoord] [error="failed to connect 192.1.198.28:40000, reason: context deadline exceeded"]

could you share you configs? and also full logs