Skip to content

Instantly share code, notes, and snippets.

@wilson

wilson/dask.log Secret

Created August 27, 2021 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilson/ff0087e8dbb6cf93e1ca0f8584558182 to your computer and use it in GitHub Desktop.
Save wilson/ff0087e8dbb6cf93e1ca0f8584558182 to your computer and use it in GitHub Desktop.
distributed.scheduler - INFO - -----------------------------------------------
distributed.http.proxy - INFO - To route to workers diagnostics web server please install jupyter-server-proxy: python -m pip install jupyter-server-proxy
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO - Clear task state
distributed.scheduler - INFO - Scheduler at: tcp://10.0.11.163:8786
distributed.scheduler - INFO - dashboard at: :8787
distributed.scheduler - INFO - Receive client connection: Client-ab3aec7a-06dc-11ec-8630-acde48001122
distributed.core - INFO - Starting established connection
distributed.scheduler - INFO - Register worker <WorkerState 'tcp://10.0.11.167:40861', name: 0, memory: 0, processing: 1>
distributed.scheduler - INFO - Starting worker compute stream, tcp://10.0.11.167:40861
distributed.core - INFO - Starting established connection
distributed.scheduler - INFO - Remove client Client-ab3aec7a-06dc-11ec-8630-acde48001122
distributed.scheduler - INFO - Remove client Client-ab3aec7a-06dc-11ec-8630-acde48001122
distributed.scheduler - INFO - Close client connection: Client-ab3aec7a-06dc-11ec-8630-acde48001122
distributed.scheduler - INFO - Remove worker <WorkerState 'tcp://10.0.11.167:40861', name: 0, memory: 0, processing: 0>
distributed.core - INFO - Removing comms to tcp://10.0.11.167:40861
distributed.scheduler - INFO - Lost all workers
distributed.scheduler - INFO - End scheduler at 'tcp://10.0.11.163:8786'
Traceback (most recent call last):
File "/opt/conda/bin/dask-scheduler", line 11, in <module>
sys.exit(go())
File "/opt/conda/lib/python3.8/site-packages/distributed/cli/dask_scheduler.py", line 217, in go
main()
File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/conda/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/opt/conda/lib/python3.8/site-packages/distributed/cli/dask_scheduler.py", line 208, in main
loop.run_sync(run)
File "/opt/conda/lib/python3.8/site-packages/tornado/ioloop.py", line 529, in run_sync
raise TimeoutError("Operation timed out after %s seconds" % timeout)
tornado.util.TimeoutError: Operation timed out after None seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment