背景描述: 1. 4.5.2版本支持bolt 高可用集群模式,参考https://tugraph.tech/docs/tugraph-db/zh/4.5.2/installation&running/bolt_cluster 2. 之前版本支持基于rpc的高可用集群模式,参考https://tugraph.tech/docs/tugraph-db/zh/4.5.2/installation&running/high-availability-mode 问题: 1. 这两种集群模式是否可以并存,即通过./lgraph_server 同时指定以下 - --enable_ha true && --ha_conf - 在/usr/local/etc/lgraph.json指定`bolt_raft`相关参数 2. 如果不能并存,则使用bolt高可用集群模式时,是否无法使用rpc端口的服务;使用rpc的高可用集群模式时,无法使用bolt端口的高可用模式