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

shuffle_transfer failed during shuffle in test_fused_blockwise_dataframe_merge #8004

Closed
j-bennet opened this issue Jul 15, 2023 · 3 comments · Fixed by #8009
Closed

shuffle_transfer failed during shuffle in test_fused_blockwise_dataframe_merge #8004

j-bennet opened this issue Jul 15, 2023 · 3 comments · Fixed by #8009
Assignees
Labels

Comments

@j-bennet
Copy link
Contributor

j-bennet commented Jul 15, 2023

Describe the issue:

Distributed test started failing in dask/dask CI with distributed main.

The error looks like this:

FAILED dask/tests/test_distributed.py::test_fused_blockwise_dataframe_merge[True] - RuntimeError: shuffle_barrier failed during shuffle 1d8d714896c0fa093a11a0ddfed35635
FAILED dask/tests/test_distributed.py::test_fused_blockwise_dataframe_merge[False] - RuntimeError: shuffle_transfer failed during shuffle 1d8d714896c0fa093a11a0ddfed35635

Example workflow:

https://github.com/dask/dask/actions/runs/5555724247/jobs/10147277695

Anything else we need to know?:

Environment:

  • Dask version: 2023.7.0
  • Python version:
  • Operating System:
  • Install method (conda, pip, source):
@j-bennet j-bennet added bug Something is broken shuffle labels Jul 15, 2023
@j-bennet
Copy link
Contributor Author

@hendrikmakait hendrikmakait self-assigned this Jul 17, 2023
@hendrikmakait
Copy link
Member

Thanks for flagging this, @j-bennet. I can reproduce this locally when installing pyarrow 13.0.0.dev517. If using pyarrow=12, the test succeeds.

@hendrikmakait
Copy link
Member

I've created a dedicated issue for this: #8007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants