Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

sidenote : implementing RAFT myself was really tough. The original paper has 2 or 3 obscure points which were really hard to figure out...


It is tough.

My approach when learning new protocols like Raft or Paxos is to implement them in Pluscal (TLA+'s higher-level language) or P (https://github.com/p-org/P). I've found that helps separate the protocol-level concerns from the implementation-level concerns (sockets? wire format?) in a way that reduces the difficulty of learning the protocol.


Link to your implementation or notes? :)


Please share the source! I'd appreciate it very much.


Echoing the other, how did you configure your test suite to check for correctness?


Something something jepsen test?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: