-
Notifications
You must be signed in to change notification settings - Fork 96
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
Test failures with explicit comms #549
Test failures with explicit comms #549
Comments
I think this comes down to the fact that PR ( dask/distributed#4531 ) always encodes |
Addressing with PR ( dask/distributed#4575 ) |
Fixes #549 by converting received tuples to lists. Depend on dask/distributed#4621, which fixes an unrelated bug also triggered by our explicit-comms tests. Authors: - Mads R. B. Kristensen (@madsbk) Approvers: - Peter Andreas Entschev (@pentschev) URL: #555
An alternative here would be to not mutate the input list, and instead make a copy or make a new list. If this does not impact performance this might be a good habit to get into regardless. |
In PR ( #546 ), we noticed some errors cropping up recently. Not sure exactly the cause, but they may be related to PR ( dask/distributed#4531 ). Copying some more details about what was observed in the log below
Seeing this in the log
Also seeing this
cc @rjzamora @madsbk
The text was updated successfully, but these errors were encountered: