You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've pinned down the issue, it seems to be a bug in dask. Do you know if we should open an issue in https://github.com/dask/dask or in https://github.com/dask/distributed? It seems to be related to Client.compute on dicts with persisted objects, so I'd lean towards distributed, do you agree?
Amazing, thank you!!! Yeah I think if it's about the Client, distributed is a good place to report.
This type of uncertainty and fragmentation of conversation is part of why Dask maintainers are debating merging those repos (and dask-expr as well): dask/community#402
Description
Most Dask tests are failing, with errors like this:
With a stacktrace indicating it's coming from here:
LightGBM/python-package/lightgbm/dask.py
Lines 159 to 161 in d4d6c87
Reproducible example
This is happening on all Dask test jobs across multiple Python versions, on
master
and multiple PRs.Example build: https://dev.azure.com/lightgbm-ci/lightgbm-ci/_build/results?buildId=17337&view=logs&j=275189f9-c769-596a-7ef9-49fb48a9ab70&t=3a9e7a4a-04e6-52a0-67ea-6e8f6cfda74f
But not ALL CI jobs.
Environment info
It looks like in the failing jobs, we are getting these versions of relevant libraries:
Additional Comments
N/A
The text was updated successfully, but these errors were encountered: