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

[serve] Fix controller recovery bug #45118

Merged
merged 1 commit into from
May 3, 2024

Conversation

zcin
Copy link
Contributor

@zcin zcin commented May 2, 2024

[serve] Fix controller recovery bug

When controller recovers and there are autoscaling deployments whose configs don't have initial_replicas set, controller recover fails because of this bug.

I've fixed the bug and added a test for it.

Signed-off-by: Cindy Zhang cindyzyx9@gmail.com

@zcin zcin marked this pull request as ready for review May 2, 2024 22:10
@zcin zcin force-pushed the pr45118 branch 2 times, most recently from 3ae8510 to 6ff97fd Compare May 2, 2024 22:57
@anyscalesam anyscalesam added bug Something that is supposed to be working; but isn't P1 Issue that should be fixed within a few weeks serve Ray Serve Related Issue labels May 2, 2024
When controller recovers and there are autoscaling deployments whose configs don't have `initial_replicas` set, controller recover fails because of this bug.

I've fixed the bug and added a test for it.

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
@shrekris-anyscale shrekris-anyscale merged commit 6ab48be into ray-project:master May 3, 2024
6 checks passed
harborn pushed a commit to harborn/ray that referenced this pull request May 8, 2024
[serve] Fix controller recovery bug

When controller recovers and there are autoscaling deployments whose
configs don't have `initial_replicas` set, controller recover fails
because of this bug.

I've fixed the bug and added a test for it.

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
peytondmurray pushed a commit to peytondmurray/ray that referenced this pull request May 13, 2024
[serve] Fix controller recovery bug

When controller recovers and there are autoscaling deployments whose
configs don't have `initial_replicas` set, controller recover fails
because of this bug.

I've fixed the bug and added a test for it.

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
ryanaoleary pushed a commit to ryanaoleary/ray that referenced this pull request Jun 6, 2024
[serve] Fix controller recovery bug

When controller recovers and there are autoscaling deployments whose
configs don't have `initial_replicas` set, controller recover fails
because of this bug.

I've fixed the bug and added a test for it.

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
Signed-off-by: Ryan O'Leary <ryanaoleary@google.com>
ryanaoleary pushed a commit to ryanaoleary/ray that referenced this pull request Jun 7, 2024
[serve] Fix controller recovery bug

When controller recovers and there are autoscaling deployments whose
configs don't have `initial_replicas` set, controller recover fails
because of this bug.

I've fixed the bug and added a test for it.

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't P1 Issue that should be fixed within a few weeks serve Ray Serve Related Issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants