mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 11:45:08 +08:00
Fix verbose shutdown error and test_env_with_subprocesses (#6614)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user