|
|
|
|
|
by jlrubin
1629 days ago
|
|
I dont like raft personally. I think it does way too much "all in one shot" v.s. a layered abstraction approach you have to do with Paxos where you build up from the basics of consensus. The evidence that raft is more "understandable" rest on IIRC a multiple choice question test not on actually implementing the thing working correctly. But (without having seen the test, but being familiar with both algorithms) it is easier to answer questions about what raft is supposed to be doing than paxos, but paxos actually confronts you with the edge cases more explicitly that are still present in raft. Granted, both are hard to implement correctly! I just think that learning Paxos does lead to a more detailed understanding of consensus than raft. just my 2ยข and no one asked ;) |
|
(Hi Jeremy!)