forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] actors are not retried when OOM killed. Switch to system exit (r…
…ay-project#28943) Right now actors that are restartable don't restart when OOM killed. GCS does not retry actor if the failure reason is INTENDED_USER_EXIT or USER_ERROR. This PR changes the OOM killer exit to be system error so that GCS can retry the actor. Related issue number ray-project#28920 Signed-off-by: Clarence Ng <clarence.wyng@gmail.com>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters