-
-
Notifications
You must be signed in to change notification settings - Fork 73
mapping Dagger.@spawn
with remote workers can cause one hung thunk
#254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can repro the MWE. However I'm a little mystified as to why any of the thunks other than When I define |
@kolia thanks for figuring that out, that means that this is likely a bug in error propagation. |
Another clue: when you use |
see #255 |
Thanks for the reports @kleinschmidt and @kolia! This one has probably bitten many Dagger users (including me) in the butt without anyone realizing what was happening! |
Thanks for the quick fix! |
MWE:
Results consistently in
That is, the second thunk is always permanently left in
running
until the worker is killed and the job is rescheduled. Also occurs with 2 worker procs instead of one, but not with zero.The text was updated successfully, but these errors were encountered: