Florian Jetter

Results 95 issues of Florian Jetter

I took the changelog of the distributed 2021.10.0 and 2021.09.0 releases and tried to classify the changes into a few categories. The 2021.09.0 changelog had 22 changes of which 14...

This ticket is to not derail any changelog related discussions going on in https://github.com/dask/community/issues/199 Xref https://github.com/dask/community/issues/101

A while ago we started to point people to https://dask.discourse.group/ for usage related questions. The issue templates for new issues on dask/dask, dask/distributed, etc. provide a link ![image](https://user-images.githubusercontent.com/8629629/213695187-590d7308-21b9-4133-a864-f85fdd9c2a33.png) Nevertheless, some...

In an off-line discussion about technical debt and code complexity the valid concern was raised that many of our internal systems are not properly documented. One example that came up...

We've observed a bunch of severe stability issues with the most recent versions. It appears that the January version `2022.1.1` is the most recent stable version. Should we [yank](https://pypi.org/help/#yanked) the...

We're already collecting client local context, e.g. with code. This is some extention to this that enriches span information with the API being used. In the future, this could be...

Initializing logging on import has many unwanted side-effects. Most importantly, it is very difficult to configure / overwrite anything unless the config file is overwritten directly. This should delay log...

This avoids at least one deepcopy of the graph and therefore reduces overhead during submit Typically, one would simply add `ToPickle/Serialize` to the dict value and pass the graph through...

All our CI jobs with python>3.10 are failing due to a dependency resolution conflict ``` The conflict is caused by: The user requested fsspec 2024.3.2.dev5+g2dd9355 (from git+https://github.com/fsspec/filesystem_spec) dask 2024.4.1+4.gb2ec1e1a depends...

tests

Closes https://github.com/dask/distributed/issues/7312 Supersedes https://github.com/dask/distributed/pull/7323 closes https://github.com/dask/distributed/issues/7321 xref https://github.com/dask/distributed/pull/7320