-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
Attempting to view details of a key held by a worker results in a 404 #8866
Comments
Relevant code snippet: distributed/distributed/http/scheduler/info.py Lines 130 to 137 in 80b3af5
|
This might be relevant too
|
EDIT: wait this is url un-escape, which is the wrong way around Relevant? distributed/distributed/http/scheduler/info.py Lines 100 to 104 in 80b3af5
But this appears to be deliberate from the comments in #8363
|
Describe the issue:
When I'm running my scheduler, I navigate to the
info
tab, click on a worker and attempt to view information about one of the keys its holding.Instead of viewing details about the key, I get a 404.
Note that the URL I'm being sent to is wrong; it has a spurious
+
in it.http://localhost:8787/info/task/%28%27getitem-fused-assign-c649044b30796c30cb7b26ffb459d668%27%2C+0%29.html (what the worker's page sends me to)
fails, but
http://localhost:8787/info/task/%28%27getitem-fused-assign-c649044b30796c30cb7b26ffb459d668%27%2C0%29.html
is correct (I removed the
+
at the very end)Minimal Complete Verifiable Example:
Anything else we need to know?:
Happy to contribute a PR but I'm having a bit of fun finding the relevant code
Environment:
2024.7.1
3.10
Ubuntu
pip
The text was updated successfully, but these errors were encountered: