Consider this simulation in the official raft webpage
Why is term 2 index 1 not committed despite S2 (leader) , S3 and S4 agreeing on the log? I run this multiple minutes to make sure all communication has taken place.
Weirdly enough, if I add one more log entry term 6 index 2 then term 2 index 1 will be committed.
Does anyone know what is the rule that is preventing term 2 index 1 to be committed?
