jasonrogena / lightraft

Wrapper around SQLite that makes it distributed. This is an experiment, don't use in production
11 stars 2 forks source link

Election Scheduler Stops After Leader Elected #2

Closed jasonrogena closed 4 years ago

jasonrogena commented 4 years ago

Seems like the election scheduler stops running after a leader is elected. This means that when the leader becomes unavailable, none of the other nodes can be elected as leader since none of them can start an election.