mywgl opened a new issue, #3001: URL: https://github.com/apache/hugegraph/issues/3001
### Bug Type (问题类型) other exception / error (其他异常报错) ### 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.7.0 (Apache Release Version) - Backend: hstore 3 nodes, HDD - OS: 2 CPUs, 256 G RAM, CentOS 7.8 - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Expected & Actual behavior (期望与实际表现) 初始化集群之后是能够正常使用的,重启集群之后,pd日志报错 NPE RaftRpcClient failed to call rpc to 192.168.1.103:8610 .null WARN redirect to leader with error 1.查看store的日志没有报错,但是发现跟初始化集群时候的查看的leader角色 改变成其他节点上,怀疑是这个原因导致,请问有啥解决方案吗? 2. 为啥每次重启集群之前的leader 就转到其他节点上了,还有就是转移了角色为啥集群就无法正常工作,那这个集群等于存在单点故障问题,不是高可用集群呢? ### Vertex/Edge example (问题点 / 边数据举例) ```javascript ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript ``` -- 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]
