-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release 2022.9.0 #270
Comments
dask/distributed#6614 introduced a significant performance regressions for at least one common type of dataframe operations (repartition + align + reduce), see also coiled/benchmarks#295 The regression increases average memory usage in our benchmarks by more than a factor of two, i.e. if a workload is affected this can cause critical failure and this should be treated as a release blocker. |
dask/distributed#6985 is the potential fix. I think getting this in should probably block the release so we can do more performance testing and tuning before releasing this behavior change. |
I suggest to include dask/distributed#6991 if nothing pops up there (tornado 6.2 support) |
Mea culpa. I got too excited and merged a PR we preferred to only merge after the release. dask/distributed#6994 for the revert |
Alright, thanks all for the input here. All reported blockers have been resolves, so I'll start pushing out the release in a few minutes |
2022.9.0 is on PyPI and conda-forge PRs are open: |
Packages are on conda-forge and Docker images have been published. Thanks all! |
Best effort
Try to close before the release but will not block the release
Blocker
Issues that would cause us to block and postpone the release if not fixed
Comments
cc @ian-r-rose @fjetter @quasiben @jakirkham
The text was updated successfully, but these errors were encountered: