-
Notifications
You must be signed in to change notification settings - Fork 14
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
a LocalCluster
created from the command line is not discovered
#36
Comments
This is expected behaviour. The I'm curious why you would want to create a |
mostly for experimentation with In this case I'm also the author of those programs so I'm free to add support for that, but it would make both the CLI interface and the CLI code much more complex, so I'm a bit reluctant (and my own little tool solves this by blocking until the cluster is shut down). Maybe I should just use a different cluster type for this, though? I'm guessing the core dump is not expected behavior? |
Fair enough! I can't immediately think of a solution that would feel nice. Perhaps this highlights an opening for a detached process-based cluster manager, You're right that the core dump is not expected though. |
I am noticing this core dump intermittently in CI too. I've opened #37 to track it separately. |
I'm not sure if I'm doing something wrong (and I certainly don't understand the relation between
ProxyCluster
andLocalCluster
), but runningdoes not yield anything, and I also can't find any trace of the cluster process on my system. For reference, this works (even though there are some
KeyError: 'register-client'
errors:So I suspect
shutdown_on_close = False
does not work the way I thought it would.Even worse, creating the cluster using the CLI multiple times in a row (usually between 3-5 times over a relatively short time) results in
daskctl
crashing with apython
core dump (first time I've seen that). Not sure what went wrong, or whether it would be better to report that todistributed
instead.log of the crash
Edit: versions:
The text was updated successfully, but these errors were encountered: