Log Replication and OmniPaxos
In this lecture we dive into the real world. Trying to put consensus into practice we face the problem of replicated state machines and replicated logs. The core requirement of all being deciding continuously in a sequence. To that end, we discuss MultiPaxos and SequencePaxos and propose core modifications in the basic Paxos algorithm to satisfy the necessary properties. OmniPaxos is a Sequence Paxos protocol we look into in more detail .[Slides Download Slides]