-
Notifications
You must be signed in to change notification settings - Fork 6.9k
[autoscaler] Autoscaler hangs forever on non-zero exit code command #3969
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
Conversation
|
cc @ls-daniel @richardliaw would be great to review this for the release |
| local_home = os.path.abspath(os.path.dirname(__file__)) | ||
| assert os.path.isdir(rllib_home), rllib_home | ||
|
|
||
| def do_link(package): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the changes in this file are unrelated, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for dev purposes (and are relatively harmless to include in this PR IMO)
|
Despite the ugly git diffs, this is essentially only putting |
|
Yes
…On Wed, Feb 6, 2019, 3:27 PM Richard Liaw ***@***.***> wrote:
Despite the ugly git diffs, this is essentially only putting
provider.cleanup in a finally section for all ssh cmds and also amending
the rllib dev setup script right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3969 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAA6SltsXQiQgGXBpsoY0aINuWQecMpIks5vK2TtgaJpZM4amTmq>
.
|
|
Test FAILed. |
|
Failing because of new gym release, see #3973. Should be unrelated. |
|
All makes sense to me, apologies for delay. |
What do these changes do?
Move provider.cleanup() to a finally block to avoid hanging.
Related issue number
Closes #3957