celluloid / floss

UNMAINTAINED: See celluloid/celluloid#779 - A Ruby implementation of the Raft consensus algorithm.
MIT License
77 stars 14 forks source link

A candidate should retry the RPC if a peer does not respond to the vote request. #10

Open aflatter opened 11 years ago

aflatter commented 11 years ago

During election, a candidate sends vote requests to all other peers. If the RPC fails or times out, the candidate should retry.