efficient / epaxos

Home Page:http://efficient.github.io/epaxos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenPaxos not replying back to client

ibalajiarun opened this issue · comments

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!