hydro-project / fluent

A data-driven compute platform
Apache License 2.0
1.22k stars 173 forks source link

Random KVS server ZMQ error #85

Closed vsreekanti closed 5 years ago

vsreekanti commented 5 years ago

The KVS server crashes at random intervals with a ZMQ error saying that an operation cannot be accomplished in the current state of some socket. This isn't a super useful error message, but my hunch is that this has to do with one of the REQ/REP sockets (probably the func_nodes_requester?) trying to send a message before receiving one, but I'm not sure.

cw75 commented 5 years ago

I think this is already resolved?