dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.58k stars 718 forks source link

Less verbose log messages for remove and register worker #8938

Closed fjetter closed 1 week ago

fjetter commented 1 week ago

Those logs would log the representation of the Worker state object, i.e. smth like <WorkerState addr name status memory processing> which is a little verbose. Most useful information is the addr and name of the worker (arguably the name is also quite verbose depending on the deployment tool)

github-actions[bot] commented 1 week ago

Unit Test Results

_See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests._

    25 files  ±0      25 suites  ±0   10h 24m 42s ⏱️ + 8m 21s  4 130 tests ±0   4 015 ✅ +1    110 💤 ±0  5 ❌ ±0  47 692 runs   - 1  45 564 ✅ ±0  2 122 💤 ±0  6 ❌ ±0 

For more details on these failures, see this check.

Results for commit 024f4eb8. ± Comparison against base commit d7eff779.

:recycle: This comment has been updated with latest results.