You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MengjinYan opened this issue
Nov 13, 2024
· 0 comments
Labels
bugSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoretriageNeeds triage (eg: priority, bug/not-bug, and owning component)
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
The text was updated successfully, but these errors were encountered:
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
bugSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoretriageNeeds triage (eg: priority, bug/not-bug, and owning component)
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
The text was updated successfully, but these errors were encountered: