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

[ray dashboard] Serve deployment page not loading UI bug fix #43279

Conversation

nikitavemuri
Copy link
Contributor

@nikitavemuri nikitavemuri commented Feb 20, 2024

Why are these changes needed?

  • Fixes bug where the serve deployment detail page fails to load if the deployment is in "Starting" state

Manual Testing:

  • Create and run serve deployment with infeasible resources so the deployment remains in the "Starting" state
  • Before this PR clicking an individual deployment from the "Serve" tab would not load. Fixed with this PR.

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Nikita Vemuri added 3 commits February 19, 2024 23:04
fix
Signed-off-by: Nikita Vemuri <[email protected]>
Signed-off-by: Nikita Vemuri <[email protected]>
Signed-off-by: Nikita Vemuri <[email protected]>
@nikitavemuri nikitavemuri force-pushed the nikita/deployment_page_ui_bugfix branch from 2b1b598 to ba9953c Compare February 20, 2024 17:30
@nikitavemuri nikitavemuri changed the title [ray dashboard][WIP] Serve deployment page not loading UI bug fix [ray dashboard] Serve deployment page not loading UI bug fix Feb 20, 2024
@nikitavemuri nikitavemuri marked this pull request as ready for review February 20, 2024 17:35
@architkulkarni architkulkarni merged commit 4216a41 into ray-project:master Feb 20, 2024
9 checks passed
khluu pushed a commit that referenced this pull request Feb 21, 2024
Fixes bug where the serve deployment detail page fails to load if the deployment is in "Starting" state
Manual Testing:

Create and run serve deployment with infeasible resources so the deployment remains in the "Starting" state
Before this PR clicking an individual deployment from the "Serve" tab would not load. Fixed with this PR.

---------

Signed-off-by: Nikita Vemuri <[email protected]>
Co-authored-by: Nikita Vemuri <[email protected]>
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 this pull request may close these issues.

3 participants