SubprocessCluster
and SSHCluster
hang indefinitely when using the new-style logging configuration
#8392
Labels
bug
Something is broken
When using the new-style logging configuration, both the
SSHCluster
and theSubprocessCluster
hang indefinitely because they rely on a stream handler registered todistributed
onINFO
level to write the scheduler address tostderr
.This can be reproduced by using new-style logging configuration in your Dask configuration file, e.g. your config may look like
and starting a cluster.
With the old-style logging configuration this works as expected due to #8391.
The text was updated successfully, but these errors were encountered: