-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Can not list spaces with docker deployment #5026
Comments
nebula-cpp 3.0 |
Is this issue of nebula-cpp? |
It's been a while. |
Move this issue to its own repo. |
I think it's maybe a network problem. Try to ping meta host in graph host. |
But I used NebulaGraph in NebulaAnalytics. NebulaAnalytics is not in graph host. |
I reproduced this problem on version 3.3.0.
The |
As I known, docker compose will set host name to |
Try to ping |
I can't reproduce with docker-compose cluster:
Please verify your hostname settings. |
I guess @caton-hpg meant he cannot use metaclient(cpp) to list spaces from the analytics process, where, the analytics process is sitting outside of the docker-compose network, thus it cannot resolve the metad0, metad1, metad2 hostname. |
If my guess is true, this is exactly the same issue we have when it comes to spark utils + containerized deployment of NebulaGraph. https://github.com/vesoft-inc/nebula-cloud-platform/issues/141 cc @MuYiYong @HarrisChu @MegaByte875 @nianiaJR And it's actually related to how we discover/identify service instances(with their configured my_ip+port), when meta/storage deamon need to be accessed by meta/storage clients outside of the cluster, the internal-only address will have issues, we need to revisit this(introduce a mapping mechanism? or introduce client side configurable meta-list/storage-list, which is against the cloud pattern though) or hack(as I provided in above issues: k8s, docker-compose or k8s+apigateway), or enable storage datascan via/proxied-from graphD |
Yes, deploy nebula by |
LOG:
The text was updated successfully, but these errors were encountered: