Parameswaran Selvam

Results 18 comments of Parameswaran Selvam

I am facing the same issue on my mac... ``` sudo npm install -g @ibm-functions/shell Password: /usr/local/bin/fsh -> /usr/local/lib/node_modules/@ibm-functions/shell/bin/fsh > @ibm-functions/[email protected] postinstall /usr/local/lib/node_modules/@ibm-functions/shell > node bin/install.js /usr/local/lib/node_modules/@ibm-functions/shell/bin/install.js:73 if (err) throw...

Yes... tried with sudo $sudo npm install -g @ibm-functions/shell /usr/local/bin/fsh -> /usr/local/lib/node_modules/@ibm-functions/shell/bin/fsh

> I have created different organizations in multiple servers. Each organization has multiple peer nodes and an orderer node. **Everything on one server has been cleared.** Later, I redeployed the...

As the error described, `rejected by Order: no Raft leader`, there is an issue with the orderering service nodes, there is no quorum. Can you check whether all the orderers...

I am wondering whether the time taken(5 secs) to select the leader is normal or can be improvised. we can take a look at the orderers log. @andrew-coleman @yacovm if...

> But even without this abdication, if the leader is removed, the other two nodes should be able to select a new leader. The test, tests this property. so it...

Another use case failing in the same package with the following stack: **Logs:** https://github.com/hyperledger/fabric/actions/runs/3030930972/jobs/4896676060 ``` Chain /home/runner/work/fabric/fabric/orderer/consensus/etcdraft/chain_test.go:101 3-node Raft cluster /home/runner/work/fabric/fabric/orderer/consensus/etcdraft/chain_test.go:1565 reconfiguring raft cluster /home/runner/work/fabric/fabric/orderer/consensus/etcdraft/chain_test.go:1715 reconfiguration /home/runner/work/fabric/fabric/orderer/consensus/etcdraft/chain_test.go:1823 [It] removes leader...

### **Analysis:** [For the reported failing stack,](https://github.com/hyperledger/fabric/issues/3629#issue-1363025853) the use case timed out since a thread/go routine was blocked on leadership change notification condition. The use case is defined to rotate...

Issue discussed in discord : https://discord.com/channels/905194001349627914/905205541326975046/965569733955035136

> * initializing node list when etcdraft instance starts (there's a TODO in code) @guoger If I understand correctly, as per the current implementation, the consenters are set based on...