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
Similar to #4721, I had some folks report offline that they were encountering an error due to an unsupported task state transition on their workers (traceback shown below)
I think while patching #4721 was more of a "well, that shouldn't happen but we can work around it for now" this seems like more of an oversight (by me). waiting -> fetch is definitely a valid transition (and we have handling for the inverse)
Yeah, I with both of you. We should continue to develop higher-level solutions for improving worker state transitions, which I believe Florian is working on now, and also add a waiting -> fetch transition in the meantime.
Similar to #4721, I had some folks report offline that they were encountering an error due to an unsupported task state transition on their workers (traceback shown below)
which was observed using
dask
anddistributed
2021.04.0cc @fjetter @gforsyth
The text was updated successfully, but these errors were encountered: