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

[RayService][Health-Check][7/n] Remove LastUpdateTime from multiple places #1666

Merged
merged 4 commits into from
Nov 21, 2023

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Nov 21, 2023

Why are these changes needed?

LastUpdateTime simply indicates that the RayService CR was updated at that timestamp. Therefore, the LastUpdateTime values in DashboardStatus, AppStatus, and ServeDeploymentStatus are almost identical. We can remove all instances of LastUpdateTime and add a new LastUpdateTime field at the top level of the CR's status in RayServiceStatuses.

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@kevin85421 kevin85421 marked this pull request as ready for review November 21, 2023 18:08
Copy link
Contributor

@architkulkarni architkulkarni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks for breaking it into small PRs

ray-operator/controllers/ray/rayservice_controller.go Outdated Show resolved Hide resolved
Co-authored-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>
@kevin85421 kevin85421 merged commit 2767768 into ray-project:master Nov 21, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants