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

   我现在  rest-server.properties  配置里面这样写
   rpc.server_host=192.168.230.128
   rpc.server_port=8091
   rpc.remote_url=192.168.230.128:8091,192.168.230.129:8091,192.168.230.130:8091
   
   graphs/hugegraph.properties 配置这样写
   rocksdb.data_path=./data
   rocksdb.wal_path=./wal
   backend=rocksdb
   serializer=binary
   store=hugegraph
   raft.mode=true
   
raft.group_peers=192.168.230.128:8091,192.168.230.129:8091,192.168.230.130:8091
   
   是否可行,能否组成集群
   


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