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

performance report: error when clicking on task #7144

Open
dchudz opened this issue Oct 17, 2022 · 3 comments
Open

performance report: error when clicking on task #7144

dchudz opened this issue Oct 17, 2022 · 3 comments

Comments

@dchudz
Copy link
Contributor

dchudz commented Oct 17, 2022

Looking at tasks in the scheduler dashboard:

Screen Shot 2022-10-17 at 11 28 16 AM

... I can click on one, and get a profile view:

Screen Shot 2022-10-17 at 11 27 55 AM

However, if I try clicking on a task in a performance report, I get an error:

Screen Shot 2022-10-17 at 11 29 31 AM

Desired behavior:

  • ideal: similar to scheduler dashboard
  • better than status quo: maybe these shouldn't be links? Or clicking should bring you to a message about about how performance reports don't have everything the dashboard does, sorry?
dask                          2022.10.0
distributed                   2022.10.0
@ian-r-rose
Copy link
Collaborator

Thanks for the report @dchudz. The individual task view relies on a live tornado server, so I'd say your second suggestion (disabling links to tasks in the static performance reports) is more tractable in the short term.

@dchudz
Copy link
Contributor Author

dchudz commented Oct 17, 2022

Is there currently any good way for a user to view this information (profile for individual task) after the cluster has shut down?

@ian-r-rose
Copy link
Collaborator

Is there currently any good way for a user to view this information (profile for individual task) after the cluster has shut down?

Not as things are today, no. The scheduler by design tries not to keep much historical state data, and cleans up tasks after they are no longer needed. If we wanted to record individual task data for performance reports, we'd need to build that functionality. I would also worry a bit about how much that would increase the size of the (already pretty heavy) reports.

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

No branches or pull requests

2 participants