Skip to content
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

Fine Performance Metrics: Dashboard glitch randomly adds/removes tasks #7848

Closed
crusaderky opened this issue May 22, 2023 · 0 comments · Fixed by #7910
Closed

Fine Performance Metrics: Dashboard glitch randomly adds/removes tasks #7848

crusaderky opened this issue May 22, 2023 · 0 comments · Fixed by #7910
Assignees

Comments

@crusaderky
Copy link
Collaborator

Repost from @fjetter (#7725 (comment)):

I'm observing an artifact with the plots. If I am observing the dashboard while the computation is going on, the metrics are added to the chart as I'd expect.
Once the computation finishes, a couple of tasks are dropped from the dashboard. A couple seconds/a minute later some other tasks show up again.

If I refresh the page, I get accurate results for a short time but the same process of "drop a couple of tasks" happens again.

from dask.datasets import timeseries
from distributed import Client
client = Client()
ddf = timeseries("2000", "2020", partition_freq="1w")
ddf.groupby("id").x.mean().compute()

Screen Recording 2023-05-16 at 11 53 46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants