`SubprocessCluster` and `SSHCluster` hang indefinitely if `distributed` log level is `WARN` or higher
Open
bug
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
Both clusters rely on the scheduler address to be logged to `stderr`. The address is logged as `INFO`, so setting the log level higher than that will cause the clusters to hang indefinitely.
Related: #8392
Contributor guide
Assessment
This issue has not been assessed yet.