Skip to content
  • Jay Guo's avatar
    [FAB-11918] Add WAL to persist raft log · 858aaa92
    Jay Guo authored
    
    
    This CR adds WAL to etcdraft to persist log entries, so
    that an etcdraft based chain can continue from where it's
    left. The index of log entry is persisted with block as
    its metadata so written blocks are not replayed.
    
    Change-Id: I7e4131541d90b256d767a9421ab6ae2a47a88bcd
    Signed-off-by: default avatarJay Guo <guojiannan1101@gmail.com>
    858aaa92