-
Notifications
You must be signed in to change notification settings - Fork 41
Added watchdog timeout when stop is issued for stuck actors. #336
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
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
d4f7b17
to
96bbded
Compare
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
96bbded
to
baf8c7a
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
baf8c7a
to
c848e18
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
2dd8505
to
9bc4b2c
Compare
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
9bc4b2c
to
e9be98d
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
e9be98d
to
79511d0
Compare
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
79511d0
to
c99a6f5
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
c99a6f5
to
c41bd9c
Compare
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
This pull request was exported from Phabricator. Differential Revision: D77303504 |
c41bd9c
to
e9dd94f
Compare
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Differential Revision: D77303504
e9dd94f
to
7809d28
Compare
29f2e92
to
b96f22e
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Reviewed By: suo Differential Revision: D77303504
b96f22e
to
b28f15d
Compare
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Reviewed By: suo Differential Revision: D77303504
b28f15d
to
0e93560
Compare
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Reviewed By: suo Differential Revision: D77303504
0e93560
to
2ed2110
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Reviewed By: suo Differential Revision: D77303504
2ed2110
to
4a0646e
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
4a0646e
to
fe0a267
Compare
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Reviewed By: suo Differential Revision: D77303504
This pull request was exported from Phabricator. Differential Revision: D77303504 |
fe0a267
to
875e191
Compare
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Here is the reason why we needed in the first place: While running an xlformers test, we encountered a problem wherein the process was getting stuck upon issuing an exit. The root cause for the blocking was the cuda unregistry routine getting stuck blocking the exit() call and all other calls. In order to simulate the same, we added here an exit handler that loops forever. Reviewed By: suo, technicianted Differential Revision: D77303504
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Here is the reason why we needed in the first place: While running an xlformers test, we encountered a problem wherein the process was getting stuck upon issuing an exit. The root cause for the blocking was the cuda unregistry routine getting stuck blocking the exit() call and all other calls. In order to simulate the same, we added here an exit handler that loops forever. Reviewed By: suo, technicianted Differential Revision: D77303504
875e191
to
f82e669
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
…-labs#336) Summary: Pull Request resolved: pytorch-labs#336 Allocators have a timeout to kill unresponsive procs when stop() is issued. Here is the reason why we needed in the first place: While running an xlformers test, we encountered a problem wherein the process was getting stuck upon issuing an exit. The root cause for the blocking was the cuda unregistry routine getting stuck blocking the exit() call and all other calls. In order to simulate the same, we added here an exit handler that loops forever. Reviewed By: suo, technicianted Differential Revision: D77303504
f82e669
to
73af9fe
Compare
…-labs#336) Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued. Here is the reason why we needed in the first place: While running an xlformers test, we encountered a problem wherein the process was getting stuck upon issuing an exit. The root cause for the blocking was the cuda unregistry routine getting stuck blocking the exit() call and all other calls. In order to simulate the same, we added here an exit handler that loops forever. Reviewed By: suo, technicianted Differential Revision: D77303504
73af9fe
to
32e8f6b
Compare
This pull request was exported from Phabricator. Differential Revision: D77303504 |
This pull request has been merged in 96cc0a7. |
Summary: Allocators have a timeout to kill unresponsive procs when stop() is issued.
Differential Revision: D77303504