Florian Jetter

Results 95 issues of Florian Jetter

This log message is also issued if the worker closes properly. That is a bit confusing. If this happens in a non-closing state, I consider this an error and promoted...

I don't really understand fully what's going on but we've seen some fatal windows errors on CI with this. This _should_ never happen since the merge actually catches a `RecursionError`...

With a couple of recent merges, I triggered yesterday another "CI stress test" that runs our suite a couple of times in a row (this time 10) see https://github.com/fjetter/distributed/tree/stress_ci which...

We had an early attempt to experiment with root-task withholding to address the problem of root-task-overproduction. Below a couple of links with additional information (non-exhaustive) - https://github.com/dask/distributed/issues/6360 - https://github.com/dask/distributed/issues/5223 -...

enhancement
performance
scheduling

Root task overproduction is a significant problem for memory pressure and runtime https://github.com/dask/distributed/issues/6360 has shown that we can find a way to deal with the problem isolated in the scheduler...

enhancement
performance
discussion
stability
memory

This is an issue to track efforts towards some modernization efforts of our asyncio infrastructure. Very roughly this is about - Addressing all warnings triggered by py3.10 - Slowly migrating...

networking
stability
deprecation

The `LoopRunner` is accepting an event loop that has been created externally. This is a pattern that has been deprecated by CPython and our current implementation. ## Requirements - `LoopRunner`...

We constantly have a profiler running in the background, often the threads associated to it are not properly cleaned up. In https://github.com/dask/distributed/pull/6033 we discovered that it can also be responsible...

diagnostics
feature
tests

Tornado 6.2 was just released and we're hitting a few errors on CI. So far, the only thing I observed was a deprecation warning that is converted to an error....

asyncio

There's been a movement to switch the default branch from `master` to `main` to avoid possibly offensive nomenclature. There are also some official [docs from github about the topic](https://github.com/github/renaming).