Good question! What about a blog post? In fact, if we finish reconfiguration, I plan to write a technique report for that.
There are many research papers discussing Paxos algorithm, but not many of them discuss engineering issues like: 1) how to make sure proposal numbers are unique; 2) how to do recovery; 3) how to do start-up with recovery; 4) how to do reconfiguration, etc. - Jie On Thu, Jan 30, 2014 at 11:49 AM, Ben Mahler <[email protected]>wrote: > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17474/ > > CHANGELOG<https://reviews.apache.org/r/17474/diff/1/?file=453306#file453306line3> > (Diff > revision 1) > > 3 > > * The primary feature of this release is to add recovery support for > > 4 > > replicated log to make it more resilient to disk failures. > > 5 > > * If less than quorum of disks fail, the replicated log will > > 6 > > automatically perform catch-up to recover lost data. > > Will there be documentation for the replicated log? :) > > > - Ben Mahler > > On January 28th, 2014, 11:43 p.m. UTC, Jie Yu wrote: > Review request for mesos and Vinod Kone. > By Jie Yu. > > *Updated Jan. 28, 2014, 11:43 p.m.* > *Repository: * mesos-git > Description > > See summary. > > Diffs > > - CHANGELOG (905c489) > > View Diff <https://reviews.apache.org/r/17474/diff/> >
