influxdb/raft/TODO.md

412 B

TODO

Uncompleted

  • Proxy Apply() to leader
  • Callback
  • Leave / RemovePeer
  • Periodic flushing (maybe in applier?)

Completed

  • Encoding
  • Streaming
  • Log initialization
  • Only store pending entries.
  • Consolidate segment into log.
  • Snapshot FSM
  • Initialize last log index from FSM.
  • Election
  • Candidate loop
  • Save current term to disk.