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

Do not reuse shuffles between merges #8416

Merged
merged 3 commits into from Dec 15, 2023

Conversation

hendrikmakait
Copy link
Member

Reverts reuse introduced in #8306. In hindsight, this opened up a Pandora's box of possible failure scenarios given that clusters are dynamic and we need to align output partitioning between individual shuffles used in each merge.

  • Tests added / passed
  • Passes pre-commit run --all-files

Copy link
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

       27 files  ±  0         27 suites  ±0   11h 59m 31s ⏱️ -26s
  3 938 tests ±  0    3 828 ✔️  -   1     108 💤 ±0  2 +1 
49 536 runs  +18  47 264 ✔️ +22  2 270 💤  - 5  2 +1 

For more details on these failures, see this check.

Results for commit 68ff48f. ± Comparison against base commit 5b0dfa4.

@crusaderky crusaderky merged commit 049759b into dask:main Dec 15, 2023
26 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants