spcl / faaskeeper

A fully serverless implementation of the ZooKeeper coordination protocol.
BSD 3-Clause "New" or "Revised" License
16 stars 13 forks source link

Bug in async handling #14

Open mcopik opened 2 years ago

mcopik commented 2 years ago

Old report of the bug: "System hangs if we have an event in async, we don't query the future, but later submit other options".

Looks like a problem in ordering - we forget to check the future status and instead keep submitting other requests?