-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
distributed.diskutils INFO showing in notebook cell #6649
Comments
This should only happen if your previous process running the cluster died unexpectedly. If a previous cluster died without giving the worker time to close gracefully (e.g. a SIGKILL) distributed will notice "stale" locks of earlier worker instances once started and is cleaning this up. |
Is restarting a notebook kernel or an interrupt qualify as "unexpected"?
This makes sense but, do we need the red warning on the notebooks? I feel this puts users off because it's red. It can also be hard to understand for beginners if there is something wrong or not. |
I'm open to lowering this log to debug level |
When I'm on a Jupyterlab session, sometimes when starting a client, with Local cluster. I don't have a reproducer as this happens only sometimes. But the following logs appear on red when I run:
I usually can "fix" this by deleting the existing
dask-worker-space
directory.Environment:
The text was updated successfully, but these errors were encountered: