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

[Core] Clear Shutdown Sequence When a Node is Gracefully Shutdown #48712

Open
MengjinYan opened this issue Nov 13, 2024 · 0 comments
Open

[Core] Clear Shutdown Sequence When a Node is Gracefully Shutdown #48712

MengjinYan opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something that is supposed to be working; but isn't core Issues that should be addressed in Ray Core triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@MengjinYan
Copy link
Collaborator

What happened + What you expected to happen

In the current implementation, when a node is graceful shutdown, there is no clear sequence regarding how the components are shutdown (for example, core workers should always shutdown before raylet). At the same time, in the current core worker graceful shutdown process, the raylet termination is deemed fatal and will cause core worker to directly exit without further cleanup.

Improvements need to be made to make sure clear shutdown sequence and avoid direct exit in the graceful shutdown scenario.

Versions / Dependencies

N/A

Reproduction script

N/A

Issue Severity

None

@MengjinYan MengjinYan added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) core Issues that should be addressed in Ray Core labels Nov 13, 2024
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 core Issues that should be addressed in Ray Core triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

1 participant