wanwancloud commented on issue #2787:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2787#issuecomment-2954515239

   使用rocksdb作为后端存储启动集群后数据不同步配置信息如下
   rest-server.properties配置下面信息
   
raft.group_peers=192.168.230.128:8091,192.168.230.129:8091,192.168.230.130:8091
   
   
   graphs/hugegraph.properties配置信息如下
   backend=rocksdb
   serializer=binary
   store=hugegraph
   rocksdb.data_path=./data
   rocksdb.wal_path=./wal
   
raft.group_peers=192.168.230.128:8091,192.168.230.129:8091,192.168.230.130:8091
   raft.election_timeout=10000
   raft.rpc_connect_timeout=5000
   raft.rpc_timeout=60
   rocksdb.write_buffer_size=134217728
   rocksdb.max_write_buffer_number=6
   rocksdb.block_cache_size=8589934592
   
   然后所有的节点bin/init-store.sh 初始化
   
然后start-hugegraph启动集群,在192.168.230.128:8080创建的顶边,在192.168.230.129:8080和192.168.230.130:8080节点无法查询
   数据不同步应该怎么处理
   


-- 
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]

Reply via email to