10 min read 0 Consensus Technical Papers Implementing Viewstamped Replication protocol varunu28 October 21, 2023 Viewstamped replication(VR) is a replication technique that takes care of failures when one or more nodes end up crashing in…
5 min read 1 Consensus Sloppy Quorum and Hinted handoff: Quorum in the times of failure varunu28 May 22, 2022 As part of a blog post in the past, we discussed how Quorums play a huge part in multi-node system.…
8 min read 0 Consensus Implementing Raft consensus algorithm in Go varunu28 March 21, 2022 As part of my next post, I was looking to review the paper for Raft consensus algorithm. But this is…
4 min read 1 Consensus Distributed Consensus: How to deal with disagreement? varunu28 December 17, 2021 This is third part of a series of posts about distributed consensus. I plan to cover distributed consensus in detail…
4 min read 1 Consensus Distributed Consensus: How to decide what everyone agrees on? varunu28 December 14, 2021 This is second part of a series of posts about distributed consensus. I plan to cover distributed consensus in detail…
3 min read 0 Consensus Distributed Consensus: Why do we need everyone to agree? varunu28 December 9, 2021 This is first part of a series of posts about distributed consensus. I plan to cover distributed consensus in detail…