You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by "wuchaojing (via GitHub)" <gi...@apache.org> on 2023/02/22 09:35:52 UTC

[GitHub] [incubator-hugegraph] wuchaojing opened a new issue, #2117: [Bug] raft添加节点失败

wuchaojing opened a new issue, #2117:
URL: https://github.com/apache/incubator-hugegraph/issues/2117

   ### Bug Type (问题类型)
   
   other exception / error (其他异常报错)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   - Server Version: v1.0.0
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Centos 7.x 
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   **在向raft集群持续写入数据的过程中**,无法完成新节点的加入(`bin/raft-tools -a graph_name xxx`)
   新节点报错如下:
   ![image](https://user-images.githubusercontent.com/37741352/220578716-61f35882-c955-49bd-9740-99364b91ac1e.png)
   
   **停止数据写入后**,重新操作添加新节点,成功。
   
   也就是说,在数据写入的过程中,raft集群无法新增peer;停止数据写入,raft集群可以新增peer
   
   测试多次,该问题必现
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
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: dev-unsubscribe@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org