efficient / epaxos

http://efficient.github.io/epaxos/
Other
612 stars 134 forks source link

GenPaxos not replying back to client #7

Open ibalajiarun opened 8 years ago

ibalajiarun commented 8 years ago

The Generalized Paxos code base in this repo does not reply to the client. The request gets lost and the client is blocked. I tried to debug and found the issue at tryToLearn function in gpaxos.go. Both the if-else fails. Do you happen to have a instant solution, since you used it in your paper and it worked!