-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unnecessary ssh hanging issue on Ray (#851)
* Fix ray hanging ssh issue * Fix * change the order back * Update node status after first attempt
- Loading branch information
1 parent
173b819
commit 6545cf5
Showing
2 changed files
with
10 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
0a1,4 | ||
> # From https://github.com/ray-project/ray/blob/releases/2.0.1/python/ray/autoscaler/_private/updater.py | ||
> # Sky patch changes: | ||
> # - Ensure the node state is refreshed before checking the node is terminated. | ||
> | ||
318a319 | ||
> self.provider.non_terminated_nodes({}) |