ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Web Server - Design flaw in ZMQ message handling #614

Open dvstans opened 3 years ago

dvstans commented 3 years ago

The current web server does not handle timeouts with requests to the core sever. (The web client will timeout waiting for the web server to respond.) This is a serious issue as the web server has a finite number of message contexts that are used to await and route responses from the Core. If an expected message never arrives, the context is never freed.

JoshuaSBrown commented 1 year ago

See https://github.com/ORNL/DataFed/issues/770