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] Noisy error message during normal shutdown #35391

Closed
edoakes opened this issue May 16, 2023 · 2 comments · Fixed by #35395
Closed

[serve] Noisy error message during normal shutdown #35391

edoakes opened this issue May 16, 2023 · 2 comments · Fixed by #35395
Assignees
Labels
bug Something that is supposed to be working; but isn't P0 Issues that should be fixed in short order serve Ray Serve Related Issue

Comments

@edoakes
Copy link
Contributor

edoakes commented May 16, 2023

Ctrl-C'd my serve run command and saw this:

(ServeController pid=56391) WARNING 2023-05-16 10:45:32,625 controller 56391 http_state.py:102 - Health check for HTTP proxy SERVE_CONTROLLER_ACTOR:SERVE_PROXY_ACTOR-f1564c78ef3ac287bed59b7fad94912313621ee0d3dbefd24d9afd00 failed: The actor died unexpectedly before finishing this task.
(ServeController pid=56391)     class_name: HTTPProxyActor
(ServeController pid=56391)     actor_id: d0fdc5293694dd9c71ced6e001000000
(ServeController pid=56391)     pid: 56397
(ServeController pid=56391)     name: SERVE_CONTROLLER_ACTOR:SERVE_PROXY_ACTOR-f1564c78ef3ac287bed59b7fad94912313621ee0d3dbefd24d9afd00
(ServeController pid=56391)     namespace: serve
(ServeController pid=56391)     ip: 127.0.0.1
(ServeController pid=56391) The actor is dead because it was killed by `ray.kill`.

Presumably introduced by: #34944

@edoakes edoakes added bug Something that is supposed to be working; but isn't P0 Issues that should be fixed in short order serve Ray Serve Related Issue labels May 16, 2023
@zcin
Copy link
Contributor

zcin commented May 16, 2023

@edoakes Was this happening consistently?

@edoakes
Copy link
Contributor Author

edoakes commented May 16, 2023

Not every time, but I saw it a few times within ~10 runs

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 P0 Issues that should be fixed in short order serve Ray Serve Related Issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants