Dask分布式诊断网页无法正常工作

时间:2021-09-24 13:54:30

I've gotten dask up and running on my cluster, but I can't seem to access the diagnostic webpage. The landing page is visible, see below:

我已经在我的集群上运行并运行,但我似乎无法访问诊断网页。着陆页可见,见下文:

Dask分布式诊断网页无法正常工作

But all the links just hang and never load the page.

但是所有链接都挂起并且从不加载页面。

The scheduler started fine with this output:

调度程序在此输出时正常启动:

[hoffmand@h05u06 ~]$ dask-scheduler --scheduler-file dask-scheduler.json
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO -   Scheduler at:   tcp://10.36.105.16:8786
distributed.scheduler - INFO -       bokeh at:              0.0.0.0:8788
distributed.scheduler - INFO -        http at:              0.0.0.0:9786
distributed.bokeh.application - INFO - Web UI: http://127.0.0.1:8787/status/
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO - Register tcp://10.36.107.15:37780
distributed.scheduler - INFO - Starting worker compute stream, tcp://10.36.107.15:37780

1 个解决方案

#1


1  

I just experienced the same issue, and apparently, with bokeh <= 0.12.5 and tornado = 4.5 (see https://github.com/dask/distributed/issues/1027)

我刚刚遇到了同样的问题,显然,bokeh <= 0.12.5和tornado = 4.5(参见https://github.com/dask/distributed/issues/1027)

So either:

所以要么:

  • Downgrade your tornado to 4.4.3
  • 将龙卷风降级到4.4.3
  • Upgrade bokeh to 0.12.7 (or at least 0.12.6 apparently)
  • 将散景升级到0.12.7(或显然至少0.12.6)

I just upgraded to bokeh 0.12.7 and it works like a charm.

我刚升级到散景0.12.7,它就像一个魅力。

#1


1  

I just experienced the same issue, and apparently, with bokeh <= 0.12.5 and tornado = 4.5 (see https://github.com/dask/distributed/issues/1027)

我刚刚遇到了同样的问题,显然,bokeh <= 0.12.5和tornado = 4.5(参见https://github.com/dask/distributed/issues/1027)

So either:

所以要么:

  • Downgrade your tornado to 4.4.3
  • 将龙卷风降级到4.4.3
  • Upgrade bokeh to 0.12.7 (or at least 0.12.6 apparently)
  • 将散景升级到0.12.7(或显然至少0.12.6)

I just upgraded to bokeh 0.12.7 and it works like a charm.

我刚升级到散景0.12.7,它就像一个魅力。