dask / dask/distributed

Log address of clients in scheduler log

Open
#8,000 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue good second issue
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

When a client is started from inside a task, it would be very useful to know which worker it's from.
Please add the remote address (so that it can be matched with the worker's IP) to these log lines:
```
distributed.scheduler - INFO - Receive client connection: Client-worker-9eadd272-1c16-11ee-801f-16762cd4e735
distributed.scheduler - INFO - Remove client Client-worker-9eadd272-1c16-11ee-801f-16762cd4e735
distributed.scheduler - INFO - Close client connection: Client-worker-9eadd272-1c16-11ee-801f-16762cd4e735
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.