You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To address your specific issue, ensure that the etcd.use.embed parameter is set to false in your configuration. This can be done by setting the environment variable ETCD_USE_EMBED to false or by configuring it directly in the Milvus configuration file. The relevant configuration is:
Make sure that your user.yaml file correctly overrides the milvus.yaml settings, as user.yaml has the highest precedence in configuration overrides [3][4].
Is there an existing issue for this?
Environment
Current Behavior
独立部署一个etcd,并且milvus pkg/v2.5.5使用standalone模式部署,使用user.yaml覆盖milvus.yaml部分配置如下:

webui显示etcd状态为不健康:
Expected Behavior
明确配置etcd.use.embed: false,并且配置etcd.endpoints了,不应该尝试连接嵌入的etcd(127.0.0.1:2379)
Steps To Reproduce
Milvus Log
[GIN] 2025/03/03 - 09:46:56 | 200 | 58.688µs | 118.249.21.164 | GET "/api/v1/_cluster/clients"
[GIN] 2025/03/03 - 09:46:56 | 200 | 8.009044ms | 118.249.21.164 | GET "/api/v1/_cluster/info"
[2025/03/03 09:46:56.498 +00:00] [INFO] [etcd/etcd_util.go:152] ["create etcd client(enable auth)"] [useSSL=false] [endpoints="[172.17.0.1:2379]"] [minVersion=1.3]
[2025/03/03 09:46:56.570 +00:00] [INFO] [etcd/etcd_util.go:152] ["create etcd client(enable auth)"] [useSSL=false] [endpoints="[http://127.0.0.1:2379]"] [minVersion=1.3]
[2025/03/03 09:46:56.570 +00:00] [WARN] [grpclog/grpclog.go:46] ["[core][Channel #147 SubChannel #148]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1", }. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: connect: connection refused""]
[2025/03/03 09:46:57.198 +00:00] [DEBUG] [metrics/thread.go:53] ["thread watcher observe thread num"] [threadNum=20]
[2025/03/03 09:46:57.571 +00:00] [WARN] [grpclog/grpclog.go:46] ["[core][Channel #147 SubChannel #148]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1", }. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: connect: connection refused""]
[2025/03/03 09:46:59.009 +00:00] [WARN] [grpclog/grpclog.go:46] ["[core][Channel #147 SubChannel #148]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1", }. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: connect: connection refused""]
Anything else?
No response
The text was updated successfully, but these errors were encountered: