kaiizi commented on issue #2725: URL: https://github.com/apache/incubator-hugegraph/issues/2725#issuecomment-2608735366
master的hugegraph.properties配置如下,其他两个节点raft.endpoint ip为节点ip ` gremlin.graph=org.apache.hugegraph.HugeFactory backend=mysql serializer=mysql store=hugegraph raft.mode=true raft.path=./raft-log raft.safe_read=true raft.use_replicator_pipeline=true raft.endpoint=172.16.31.137:8091 raft.group_peers=172.16.31.137:8091,172.16.31.138:8091,172.16.31.139:8091 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 search.text_analyzer=jieba search.text_analyzer_mode=INDEX # mysql backend config jdbc.driver=com.mysql.cj.jdbc.Driver jdbc.url=jdbc:mysql://172.16.31.140:6446 jdbc.username=root jdbc.password=_4-qmp_9aCH jdbc.reconnect_max_times=3 jdbc.reconnect_interval=3 jdbc.ssl_mode=false ` -- 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]
