Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. l the leader queues a packet PROPOSE(zxid, data), where zxid = nextZxid, to all connected followers, and . It increments nextZxid.
  2. f a follower will log and sync proposals to disk and send ACK(zxid).
  3. l when the leader receives acknowledgements from a quorum of followers it queues COMMIT(zxid) to all followers.