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

Monkeypatch protocol.loads ala dask/distributed#8216 #1247

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Sep 27, 2023

In versions of distributed after dask/distributed#8067 but before dask/distributed#8216, we must patch protocol.loads to include the same decompression fix.

In versions of distributed after dask/distributed#8067 but before
dask/distributed#8216, we must patch protocol.loads to include the
same decompression fix.
@wence- wence- requested a review from a team as a code owner September 27, 2023 17:13
@github-actions github-actions bot added the python python code needed label Sep 27, 2023
@wence- wence- added bug Something isn't working non-breaking Non-breaking change labels Sep 27, 2023
Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wence- , LGTM. DGX tests are also passing:

$ pytest -vs dask_cuda/tests/test_dgx.py -k infiniband_nvlink
========================================================================= test session starts =========================================================================
platform linux -- Python 3.9.18, pytest-7.4.2, pluggy-1.3.0
cachedir: .pytest_cache
rootdir: /datasets/pentschev/src/dask-cuda
configfile: pyproject.toml
plugins: asyncio-0.21.1, cov-4.1.0, repeat-0.9.1, rerunfailures-12.0, timeout-2.1.0
asyncio: mode=strict
collected 8 items / 3 deselected / 5 selected

dask_cuda/tests/test_dgx.py::test_ucx_infiniband_nvlink[params0] PASSED
dask_cuda/tests/test_dgx.py::test_ucx_infiniband_nvlink[params1] PASSED
dask_cuda/tests/test_dgx.py::test_ucx_infiniband_nvlink[params2] PASSED
dask_cuda/tests/test_dgx.py::test_ucx_infiniband_nvlink[params3] PASSED
dask_cuda/tests/test_dgx.py::test_ucx_infiniband_nvlink[params4] PASSED

================================================================== 5 passed, 3 deselected in 54.21s ===================================================================

I'll trigger a merge right away so we can get projects testing and we can revert changes should this have any unintended consequences. I'll keep an eye on tomorrow's UCX-Py Nightly CI to in case it fails for some reason too.

@pentschev
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 7400f95 into rapidsai:branch-23.10 Sep 27, 2023
22 checks passed
@wence- wence- deleted the wence/fix/1246-monkeypatch branch September 28, 2023 07:52
pentschev added a commit to pentschev/dask-cuda that referenced this pull request Oct 4, 2023
This change was introduced in
rapidsai#1247 to include the fix from
dask/distributed#8216 for the Dask-CUDA 23.10
which pinned to Distributed 2023.9.2. Starting from Distributed
2023.9.3, the fix is merged in Distributed and this isn't required
anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants