zzlyn / ConsensusVisualization

Other
2 stars 1 forks source link

Daniel live lock #67

Closed Danielhuxc closed 4 years ago

Danielhuxc commented 4 years ago

implemented support for livelock. instructions to trigger livelock:

  1. activate livelock mode by pressing X.
  2. sent a request with term 0 to proposer 1.
  3. when promise message is about to reach proposer 1, sent another request with term 1 to proposer 2.
  4. done
Danielhuxc commented 4 years ago

only tested for vertical layout btw, pls test in new layout.

AbhiPat123 commented 4 years ago

I am guessing this is not rebased.