-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weekscoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capability
Description
Description
One nice thing about ray start --block is that it will print out the exit code of processes that it starts such as raylet so if raylet is kill -9ed then we will know from the output. This is very useful to figure out why raylet crashes in some cases. Currently it's only send to stdout but if users don't save it, it's lost. We should also tee the logs to a log file as well.
Use case
No response
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weekscoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capability