You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Sorry, if i made mistake or misunderstood something. But i spend all day reading about Paxos and then playing with this library. I noticed that it works really slow, and started discover source code.
So i've noticed that in 'paxos_fsm' module after calling init/1 function it just marks process as system and returns new gen_fsm state, without sending 'process' signal to another node. So we waste 3 seconds waiting for something will never happened. Then after timeout is calling function which will send 'prepare' message to another node.
Please correct me, if i've made a mistake, but for now it seems like old bug
The text was updated successfully, but these errors were encountered:
Hi.
Sorry, if i made mistake or misunderstood something. But i spend all day reading about Paxos and then playing with this library. I noticed that it works really slow, and started discover source code.
So i've noticed that in 'paxos_fsm' module after calling init/1 function it just marks process as system and returns new gen_fsm state, without sending 'process' signal to another node. So we waste 3 seconds waiting for something will never happened. Then after timeout is calling function which will send 'prepare' message to another node.
Please correct me, if i've made a mistake, but for now it seems like old bug
The text was updated successfully, but these errors were encountered: