Skip to content

[Bug][Cleanup] Remove no-op WorkersToDelete resets in RayCluster controller - #5217

Open
markwu7 wants to merge 1 commit into
ray-project:masterfrom
markwu7:fix/remove-noop-workers
Open

[Bug][Cleanup] Remove no-op WorkersToDelete resets in RayCluster controller#5217
markwu7 wants to merge 1 commit into
ray-project:masterfrom
markwu7:fix/remove-noop-workers

Conversation

@markwu7

@markwu7 markwu7 commented Aug 30, 2026

Copy link
Copy Markdown

Why are these changes needed?

RayClusterReconciler had three statements that try to clear ScaleStrategy.WorkersToDelete but they’re ineffective, so these statements should not appear.
Also, clearing WorkersToDelete is owned by the Ray Autoscaler, not the operator. Keeping these ineffective code is misleading.

Related issue number

Closes #5206

Labels

  • If this PR has user-facing changes that require documentation updates at release time, I have added the doc-updates-required label.
  • If this PR contains breaking changes, I have added the breaking-change label.

Checks

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

Manual test instructions

Signed-off-by: Mark <markhww.jobs@gmail.com>
@win5923 win5923 added the lgtm Ready for final review / merge label Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm Ready for final review / merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Cleanup] Remove no-op WorkersToDelete resets in the RayCluster controller

2 participants