dask / dask/distributed

Profile tab broken on worker dashboard

Open
#4,048 2 comments 0 reactions 0 assignees View on GitHub
diagnostics
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

**What happened**:
Nothing shows up on page. From console logs:

![image](https://user-images.githubusercontent.com/4806877/90287299-8bee9580-de45-11ea-95fc-0ad98c610abe.png)

**Minimal Complete Verifiable Example**:

```python
from distributed import Client, LocalCluster

cluster = LocalCluster(worker_dashboard_address=":0")
client = Client(cluster)
client
```

Go to `http://127.0.0.1:8787/proxy//127.0.0.1/profile`

I discovered this on bokeh 2.2.0rc1, but it was also the case on bokeh 2.1.1, so not a recent regression.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.