You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by "chenhong1990 (via GitHub)" <gi...@apache.org> on 2024/04/07 03:12:33 UTC

[I] 集群部署hugegraph1.2.0 ,但是在主节点创建图同步失败,是因为什么原因造成的? [incubator-hugegraph]

chenhong1990 opened a new issue, #2510:
URL: https://github.com/apache/incubator-hugegraph/issues/2510

   ### Problem Type (问题类型)
   
   configs (配置项 / 文档相关)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents)
   
   ### Environment (环境信息)
   
   - Server Version: 1.2.0 (Apache Release Version)
   - Backend: RocksDB
   
   
   ### 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_


-- 
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: dev-unsubscribe@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] 集群部署hugegraph1.2.0 ,但是在主节点创建图同步失败,是因为什么原因造成的? [incubator-hugegraph]

Posted by "z7658329 (via GitHub)" <gi...@apache.org>.
z7658329 commented on issue #2510:
URL: https://github.com/apache/incubator-hugegraph/issues/2510#issuecomment-2044090862

   @chenhong1990  can you upload your configs? i cant download from your Question Desc


-- 
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: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


Re: [I] 集群部署hugegraph1.2.0 ,但是在主节点创建图同步失败,是因为什么原因造成的? [incubator-hugegraph]

Posted by "chenhong1990 (via GitHub)" <gi...@apache.org>.
chenhong1990 commented on issue #2510:
URL: https://github.com/apache/incubator-hugegraph/issues/2510#issuecomment-2044379859

   > @z7658329 
   
   rest-server配置如下:
   
   # rpc server configs for multi graph-servers or raft-servers
   rpc.server_host=172.30.96.162
   rpc.server_port=8091
   #rpc.server_timeout=30
   
   # 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
   rpc.client_connect_timeout=20
   rpc.client_reconnect_period=10
   rpc.client_read_timeout=40
   rpc.client_retries=3
   rpc.client_load_balancer=consistentHash
   
   # raft group initial peers
   raft.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
   server.role=master
   
   
   hugegraph配置如下:
   backend=rocksdb
   serializer=binary
   
   store=hugegraph
   
   raft.mode=true
   raft.path=./raft-log
   raft.safe_read=true
   raft.use_replicator_pipeline=true
   raft.election_timeout=10000
   raft.snapshot_interval=3600
   raft.backend_threads=48
   raft.read_index_threads=8
   raft.snapshot_threads=4
   raft.snapshot_parallel_compress=false
   raft.snapshot_compress_threads=4
   raft.snapshot_decompress_threads=4
   raft.read_strategy=ReadOnlyLeaseBased
   raft.queue_size=16384
   raft.queue_publish_timeout=60
   raft.apply_batch=1
   raft.rpc_threads=80
   raft.rpc_connect_timeout=5000
   raft.rpc_timeout=60
   raft.install_snapshot_rpc_timeout=36000
   raft.endpoint=172.30.96.162:8091
   raft.group_peers=172.30.96.162:8091,172.30.96.139:8091,172.30.96.182:8091
   
   search.text_analyzer=jieba
   search.text_analyzer_mode=INDEX
   
   #rocksdb backend config
   rocksdb.data_path=/data/hugegraph1.2.0/apache-hugegraph-incubating-1.2.0/data/hugegraph
   rocksdb.wal_path=/data/hugegraph1.2.0/apache-hugegraph-incubating-1.2.0/wal/hugegraph
   


-- 
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: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


Re: [I] 集群部署hugegraph1.2.0 ,但是在主节点创建图同步失败,是因为什么原因造成的? [incubator-hugegraph]

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on issue #2510:
URL: https://github.com/apache/incubator-hugegraph/issues/2510#issuecomment-2042199698

   @chenhong1990 U could refer #2512 to try the latest distributed version (With multiple replication and data shards)


-- 
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: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


Re: [I] 集群部署hugegraph1.2.0 ,但是在主节点创建图同步失败,是因为什么原因造成的? [incubator-hugegraph]

Posted by "dosubot[bot] (via GitHub)" <gi...@apache.org>.
dosubot[bot] commented on issue #2510:
URL: https://github.com/apache/incubator-hugegraph/issues/2510#issuecomment-2041291223

   <!-- Greeting -->
   Hey @chenhong1990, it's great to see you back! 🚀 I remember working with you on that other issue. Let me take a closer look at this synchronization conundrum and I'll get back to you shortly.
   
   
   


-- 
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: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


Re: [I] 集群部署hugegraph1.2.0 ,但是在主节点创建图同步失败,是因为什么原因造成的? [incubator-hugegraph]

Posted by "z7658329 (via GitHub)" <gi...@apache.org>.
z7658329 commented on issue #2510:
URL: https://github.com/apache/incubator-hugegraph/issues/2510#issuecomment-2042259698

   refer #1925 


-- 
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: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org