benedekh / WeLoveClouds

Repository for submissions on the CloudDB course.
0 stars 1 forks source link

Enhance KVserver so that it respects if it is a master or a replica for a given hash range #153

Closed benedekh closed 7 years ago

benedekh commented 7 years ago

If it is a master, then it accepts write, read and delete requests. However if it is a replica, it only accepts read requests.

Related issue #152.