vesoft-inc / nebula-docker-compose

Docker compose for Nebula Graph
https://github.com/vesoft-inc/nebula
Apache License 2.0
107 stars 80 forks source link

下载nebula-console版本再连接nebula后,出现 i/o timeout #115

Closed jiangpeng12345 closed 1 year ago

jiangpeng12345 commented 2 years ago

docker run --rm -ti --network nebula-net --entrypoint=/bin/sh vesoft/nebula-console:v2.0.0-rc1

/ # nebula-console -u user -p passwrod --address=graphd --port=9669 Could not get IPs: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout 2022/02/18 12:18:58 Fail to initialize the connection pool, host: graphd, port: 9669, Failed to find IP, error: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout panic: Fail to initialize the connection pool, host: graphd, port: 9669, Failed to find IP, error: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout

请问这个问题该如何解决

wey-gu commented 2 years ago

请问您的 nebula-graph 的版本是 v2.0.0-rc1 ?console 需要和 nebula-graph 在对应的版本哈。 可以打印一下 docker ps 看看 compose 的信息么?graphD 是起来的么?

Sophie-Xie commented 1 year ago

Close it first, and open it if any new info.

fineday009 commented 3 weeks ago

image image

遇到类似的问题,有解决方案吗?