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

   ### Bug Type (问题类型)
   
   others (please edit later)
   
   ### 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命令可正常执行
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   使用raft模式,在leader上add_peer的时候,执行完raft-tools的命令之后,发现报错:
   java.lang.IllegalArgumentException: Operation add_peer can only be executed 
on leader
   
   
   猜测:执行raft操作后,hg会生成一个异步任务,这个任务可能会调度到其他节点上,导致该报错。之前版本应该不会生成异步任务,也就不会有这个报错
   ```
   
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to