Logo
Grokking the Advanced System Design Interview
Ask Author
Back to course home

0% completed

18. Hinted Handoff

Let's learn about hinted handoff and its usage.

Background

Depending upon the consistency level, a distributed system can still serve write requests even when nodes are down. For example, if we have the replication factor of three and the client is writing with a quorum consistency level. This means that if one of the nodes is down, the system can still write on the remaining two nodes to fulfill the consistency level, making the write successful. Now, when the node which was down comes online again, how should we write data to it?

.....

.....

.....

Like the course? Get enrolled and start learning!