Zookeeper
This post explore Zookeeper: Post, a service for coordinating processes of a distributed application with elements like group messaging, shared registers and...
This post explore Zookeeper: Post, a service for coordinating processes of a distributed application with elements like group messaging, shared registers and...
This post is about Zab (Zookeeper atomic broadcast) and will cover some relations with Paxos.
This post is based on the paper The Chubby lock service for loosely-coupled distributed systems.
Building upon the previous post on Paxos, this post explores the challenges in implementing Paxos through the Paxos Made Live paper.
My understanding of the Paxos consensus protocol through the paper Paxos Made Simple. The Paxos lecture video by the creators of Raft is really helpful.
Summary of the paper: The Google File System
A list of book and papers related to distributed systems that I have read and will read. For the ones I have read, there is a link to my summary/posts.
With the basics and idea of abstractions covered in the previous post, we move on to the fundamental topics of time, order and replication mentioned in the t...
This post is meant to summarize the text and to help me understand the complete picture. This text gives an excellent introduction to the world of distribute...