如何使用分布式版本 #2694
Answered
by
imbajin
LiJie20190102
asked this question in
Q&A
如何使用分布式版本
#2694
Answered by
imbajin
Nov 15, 2024
Replies: 6 comments 12 replies
|
连接 Hubble 到 PD 时出现错误的常见原因可能包括以下几点:
根据架构模式,确实应该连接到 PD。请检查以上几点,并确保 PD 的默认端口(gRPC 端口 8686,REST 服务端口 8620,Raft 服务地址端口 8610)没有被防火墙或其他网络设置阻止 [2]. |
0 replies
直接链接Server, 负载均衡建议用 Proxy 解决 |
0 replies
|
简单说 Hubble 做了完全的重构, 要等这个 PR 合入之后才会直连 PD (你的理解没有错, 只是目前 hubble 相当于是旧版, 所以还是链接 server) refer: apache/hugegraph-toolchain#632 (new hubble version V2.0) |
5 replies
|
@LiJie20190102 使用一下发版的 1.5.0 的包看看?
这个正式版有问题 @VGalaxies 之后也可以一起看看 |
3 replies
Answer selected by
LiJie20190102
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment










@LiJie20190102 使用一下发版的 1.5.0 的包看看?
这个正式版有问题 @VGalaxies 之后也可以一起看看