issues
search
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
Consensus Leader Bug
#17
Closed
Guergeiro
closed
4 years ago
Guergeiro
commented
4 years ago
Description
When the cluster doesn't have a
Leader
, sometimes the
Candidate
will elect himself as
Leader
even though it doesn't have the majority of votes.
This results in having two
Leaders
in a given time. Since they are the same
Term
none of the
Leader
steps down.
Can't find a way to reproduce this bug, will update this issue when I find the way to reproduce it.
Description