-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[job] Dashboard job log URL doesn't work when dashboard agent listen port changes. #33397
Comments
So the diference here is that the job submission uses this field:
This seems to have the wrong port set? @rickyyx or @rkooo567 , do you know who sets this that value? |
Simple repro steps:
|
Btw, I tried deploying a service with a custom dashboard-agent-listen-port and ran into an error. Seems like many things break when we try to customize the dashboard agent listen port. CC: @edoakes @sihanwang41
|
@alanwguo if you change the port you need to change |
So I believe this is when we connect to an existing ray node (e.g. from a driver script), the node is initialized with a ray/python/ray/_private/node.py Line 156 in 63d922b
What it should actually do is to take the port from the cache port on the node, just like ray/python/ray/_private/node.py Line 261 in 63d922b
Working on a fix for this. |
What happened + What you expected to happen
So it seems we have the job log url hardcoded for a job submitted through job cli.
Versions / Dependencies
master
Reproduction script
Will yield dashboard logs link as the default port:
As a comparison, running the driver script directly, however, yields the right log.
Issue Severity
None
The text was updated successfully, but these errors were encountered: