We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(base) [consumer@localhost nebula-docker-compose]$ docker-compose up Starting nebuladockercompose_metad_1 ... Starting nebuladockercompose_metad_1 ... done Starting nebuladockercompose_graphd_1 ... Starting nebuladockercompose_storaged_1 ... Starting nebuladockercompose_graphd_1 Starting nebuladockercompose_storaged_1 ... done Attaching to nebuladockercompose_metad_1, nebuladockercompose_graphd_1, nebuladockercompose_storaged_1 storaged_1 | E0702 07:52:45.825525 47 MetaClient.cpp:513] Send request to [172.28.1.1:45500], exceed retry limit storaged_1 | E0702 07:52:45.827051 1 MetaClient.cpp:59] Heartbeat failed, status:RPC failure in MetaClient: N6apache6thrift9transport19TTransportExceptionE: AsyncSocketException: connect failed, type = Socket not open, errno = 111 (Connection refused): Connection refused
但是用docker-compose up -d, 可以启动成功
The text was updated successfully, but these errors were encountered:
Close it first, and open it if any new info.
Sorry, something went wrong.
No branches or pull requests
(base) [consumer@localhost nebula-docker-compose]$ docker-compose up
Starting nebuladockercompose_metad_1 ...
Starting nebuladockercompose_metad_1 ... done
Starting nebuladockercompose_graphd_1 ...
Starting nebuladockercompose_storaged_1 ...
Starting nebuladockercompose_graphd_1
Starting nebuladockercompose_storaged_1 ... done
Attaching to nebuladockercompose_metad_1, nebuladockercompose_graphd_1, nebuladockercompose_storaged_1
storaged_1 | E0702 07:52:45.825525 47 MetaClient.cpp:513] Send request to [172.28.1.1:45500], exceed retry limit
storaged_1 | E0702 07:52:45.827051 1 MetaClient.cpp:59] Heartbeat failed, status:RPC failure in MetaClient: N6apache6thrift9transport19TTransportExceptionE: AsyncSocketException: connect failed, type = Socket not open, errno = 111 (Connection refused): Connection refused
但是用docker-compose up -d, 可以启动成功
The text was updated successfully, but these errors were encountered: