-
Notifications
You must be signed in to change notification settings - Fork 521
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
集群部署hugegraph1.2.0 ,但是在主节点创建图同步失败,是因为什么原因造成的? #2510
Comments
Hey @chenhong1990, it seems like you're encountering an issue with graph synchronization in a clustered deployment of HugeGraph 1.2.0. From what you've described, the default graph properties are syncing across nodes, but creating a graph on the master node fails to sync. This could be due to a few reasons:
Without more specific error messages or logs, it's challenging to pinpoint the exact cause. I recommend checking the above areas to diagnose the issue further. If you have any error logs or more detailed information, feel free to share them for more targeted assistance. Remember, the HugeGraph community and documentation are valuable resources that can help guide you through troubleshooting and configuration.
|
@chenhong1990 U could refer #2512 to try the latest distributed version (With multiple replication and data shards) |
refer #1925 |
@chenhong1990 can you upload your configs? i cant download from your Question Desc |
rest-server配置如下: rpc server configs for multi graph-servers or raft-serversrpc.server_host=172.30.96.162 rpc client configs (like enable to keep cache consistency)rpc.remote_url=172.30.96.162:8091,172.30.96.139:8091,172.30.96.182:8091 raft group initial peersraft.group_peers=172.30.96.162:8091,172.30.96.139:8091,172.30.96.182:8091 lightweight load balancing (beta)server.id=server-1 hugegraph配置如下: store=hugegraph raft.mode=true search.text_analyzer=jieba #rocksdb backend config |
Problem Type (问题类型)
configs (配置项 / 文档相关)
Before submit
Environment (环境信息)
Your Question (问题描述)
集群部署hugegraph1.2.0 ,默认的hugegraph图创建属性可以同步到其他节点,但是在主节点创建图同步失败,是因为什么原因造成的?
Uploading apache-hugegraph-incubating-1.2.0.tar.gz…
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: