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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
The proxy is coded to start client containers via weavewait, then send them a SIGUSR2 when everything is ready. However the container start is asynchronous, so it is possible that the proxy manages to send the signal before weavewait is listening for it, which will result in a hang.
Comments in #1258 suggest this has been seen in real life.
The text was updated successfully, but these errors were encountered:
The proxy is coded to start client containers via
weavewait
, then send them aSIGUSR2
when everything is ready. However the container start is asynchronous, so it is possible that the proxy manages to send the signal beforeweavewait
is listening for it, which will result in a hang.Comments in #1258 suggest this has been seen in real life.
The text was updated successfully, but these errors were encountered: