Skip to content
Snippets Groups Projects
Select Git revision
  • workshop-poc default protected
  • streamchain-paper
  • fabric-release-1.4
3 results

consensus

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jay Guo authored
    When new leader performs failover check and finds out leftover
    ConfChange, it should re-propose that AND do not accept new env
    until ConfChange is applied.
    
    This CR also moves type b config failover check from `serveRaft`
    to `serveRequest` go routine. `serveRaft` now only takes care
    of raft related logics, therefore making the code easier to
    reason about.
    
    Change-Id: I4e32cb155abff52e7d1c0fbe4c6f2aa5e5ef1605
    Signed-off-by: default avatarJay Guo <guojiannan1101@gmail.com>
    06ce7476
    History
    Name Last commit Last update
    ..