Skip to content
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

[BUG] Unable to Send dask_cudf.core.Scalar Object Between Workers #3690

Closed
Tracked by #3256
alexbarghi-nv opened this issue Jul 5, 2023 · 1 comment
Closed
Tracked by #3256
Assignees
Labels
bug Something isn't working

Comments

@alexbarghi-nv
Copy link
Member

We found an issue while working on #3669 where the Scalar object returned from min() and max() had to be sent to the client first before other workers.

We tried using Client.replicate, from_delayed after calling client.submit with the min/max as arguments to create a new cudf DataFrame on each partition, creating a new DataFrame and expanding it, and a variety of other solutions that should have worked, but didn't. In all these cases, the min/max value was not sent to all workers, and in some cases, it was not sent to any workers at all, even after calling persist() and wait.

This is likely due to a bug in dask, or potentially something else we're not doing correctly. In any case, this needs further investigation since it could cause issues on multi-node workflows.

@alexbarghi-nv alexbarghi-nv self-assigned this Jul 5, 2023
@alexbarghi-nv alexbarghi-nv added the bug Something isn't working label Jul 5, 2023
@alexbarghi-nv alexbarghi-nv added this to the 23.08 milestone Jul 5, 2023
@kingmesal kingmesal removed this from the 23.08 milestone Aug 7, 2023
@BradReesWork BradReesWork added the CRITICAL BUG! BUG that needs to be FIX NOW !!!! label Aug 7, 2023
@kingmesal kingmesal added CRITICAL BUG! BUG that needs to be FIX NOW !!!! and removed CRITICAL BUG! BUG that needs to be FIX NOW !!!! bug Something isn't working labels Aug 7, 2023
@rlratzel rlratzel added bug Something isn't working and removed CRITICAL BUG! BUG that needs to be FIX NOW !!!! labels Aug 7, 2023
@alexbarghi-nv
Copy link
Member Author

Not an appropriate use of dask, closing this issue.

@alexbarghi-nv alexbarghi-nv closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants