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
Since #3463 the interchange has been launched as a clean process rather than a multiprocessing.fork process. That means some of the at-exit cleanup that multiprocessing did does not happen any more. This can result in leftover interchanges that run forever (generating lots of logs, if running in debug mode).
Describe the bug
Since #3463 the interchange has been launched as a clean process rather than a multiprocessing.fork process. That means some of the at-exit cleanup that multiprocessing did does not happen any more. This can result in leftover interchanges that run forever (generating lots of logs, if running in debug mode).
This is a mirror issue to #3374
To Reproduce
Run parsl with htex. kill -9 the submit process. observe the interchange does not go away.
Expected behavior
Either side of the submit/interchange pair should notice the other side is gone away and handle appropriately.
Environment
my laptop. @khk-globus has also observed this.
The text was updated successfully, but these errors were encountered: