synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

Node failure #123

Open zhjzcbm opened 4 years ago

zhjzcbm commented 4 years ago

2019-09-20 10-13-07屏幕截图

Unable to use raft. removePeer (2) to delete nodes, return null, 2019-09-20 10-11-11屏幕截图 2019-09-20 10-12-39屏幕截图 2019-09-20 10-12-55屏幕截图

unable to send transactions, transaction pool blocked. Unable to add new nodes 2019-09-20 10-13-27屏幕截图

Restart does not solve the problem

abchowdhury commented 4 years ago

It always gives a null response after removal of node using raft.removePeer(2) for raftId = 2. You can also refer to this issue for more detailed clarification. - https://github.com/jpmorganchase/quorum/issues/753

zhjzcbm commented 4 years ago

对于raftId = 2,使用raft.removePeer(2)删除节点后,它总是给出空响应。您还 可以参考此问题以获得更详细的说明。- jpmorganchase / quorum#753

Thank you. How can I get him back to normal? Is there any good way?