toy_paxos icon indicating copy to clipboard operation
toy_paxos copied to clipboard

The MSG_ACCEPTOR_REJECT message is never sent

Open gae123 opened this issue 9 years ago • 0 comments

I guess this should be sent somewhere around line 510 in the PaxosAcceptorProtocol where it states:

else: # Too late, we already told someone else we'd do it # Send reject message, along with highest proposal id and its value self.state = PaxosAcceptorProtocol.STATE_PROPOSAL_REJECTED return self.proposalID

gae123 avatar Oct 03 '15 01:10 gae123