aroundabout commented on issue #2298:
URL:
https://github.com/apache/incubator-hugegraph/issues/2298#issuecomment-1694381936
If you want to make it work as soon as possible, please try:
1. docker volume create graph_data
2. docker run -itd --name graph -v graph_data:/hugegraph/rocksdb-data -p
18080:8080 hugegraph/hugegraph
3. echo `curl -o /dev/null -s -w %{http_code}
"http://localhost:18080/graphs/hugegraph/graph/vertices"`
4. If return 200, it works.
5. You can find the data at /var/lib/docker/volumes/graph_data/_data
The problem is caused by the inappropriate timing to init-store. It will be
fix soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]