Guergeiro / distributed-systems-2019

This repository contains our practical project for the class of distributed systems
https://cepos-e-mabecos.github.io/distributed-systems-2019/docs
MIT License
0 stars 2 forks source link

Clearing old replicas #10

Closed Guergeiro closed 4 years ago

Guergeiro commented 4 years ago

Currently, if a replica dies, it will be forever inside the cluster server. This can result in indefinite candidate states, since if enough replicas die, it will result in a candidate never achieving majority. A "cleanup" mechanism must be found in order to address this issue.