Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SubprocessCluster and SSHCluster hang indefinitely when using the new-style logging configuration #8392

Open
hendrikmakait opened this issue Dec 8, 2023 · 0 comments
Labels
bug Something is broken

Comments

@hendrikmakait
Copy link
Member

When using the new-style logging configuration, both the SSHCluster and the SubprocessCluster hang indefinitely because they rely on a stream handler registered to distributed on INFO level to write the scheduler address to stderr.

This can be reproduced by using new-style logging configuration in your Dask configuration file, e.g. your config may look like

distributed:
  version: 2
  logging:
    version: 1

and starting a cluster.

With the old-style logging configuration this works as expected due to #8391.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant