Parameswaran Selvam
Parameswaran Selvam
For the scenario described “the orderer3 joined as follower though its block height greater than other orderers”: It joined as follower as its last log entry term matches with the...
Able to recreate the issue by terminating the orderer process just after saving walsnap entries and before saving snap file. func (rs *RaftStorage) saveSnap(snap raftpb.Snapshot) error { > if err...
I could not spend time on this last week. I will work on this next couple of days & confirm.
leadership change is redesigned in this PR #3651. This change is no more relevant.
Post PR #3651, few more chain_test flakes noted. One of the scenario is: `rotates leader certificate and triggers leadership transfer` ``` https://github.com/hyperledger/fabric/actions/runs/3698440206 https://github.com/hyperledger/fabric/actions/runs/3700821495 ------------------------------ • [FAILED] [10.116 seconds] Chain /home/runner/work/fabric/fabric/orderer/consensus/etcdraft/chain_test.go:102...
The current plan is to include BFT consensus in 3.0 release.
I see, 2 requirements, 1. Supporting different architectures 2. Supporting different distributions Yes, I agree with supporting different architectures . But do we need to support images based on different...
Effect of CDS on startup and memory. Startup time measure by capturing timestamp before invoking the Java command & after server started up. Like **in Dockerfile:** ``` ///CMD ["java", "-jar",...