Fix verbose shutdown error and test_env_with_subprocesses (#6614)

This commit is contained in:
Eric Liang
2019-12-26 22:43:39 -08:00
committed by GitHub
parent eb0813ea35
commit 46acb02aa4
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -819,7 +819,6 @@ def exit_actor():
if worker.mode == ray.WORKER_MODE and not worker.actor_id.is_nil():
# Intentionally disconnect the core worker from the raylet so the
# raylet won't push an error message to the driver.
worker.core_worker.disconnect()
ray.disconnect()
# Disconnect global state from GCS.
ray.state.state.disconnect()