distributed and DNS requests
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
When will the scheduler, the workers or the client perform DNS requests? How many DNS requests are to be expected?
Does it depend on the way, the cluster is initialized?
E.g. is `dask-worker --nthreads 1 --nprocs 80 my_server_name:8786` triggering much more requests than `dask-worker --nthreads 1 --nprocs 80 my_server_ip:8786`?
Background: I got a call from my IT department because one of the compute servers was doing ~1 request each millisecond. This stopped as soon as I shut down the jupyter notebook and the distributed cluster, which is why I have the questions mentioned above.
Contributor guide
Assessment
This issue has not been assessed yet.