mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 21:46:57 +08:00
Fix actor creation hang due to race in SWAP queue (#6280)
This commit is contained in:
@@ -215,8 +215,6 @@ def test_worker_plasma_store_failure(ray_start_cluster_head):
|
||||
cluster = ray_start_cluster_head
|
||||
worker = cluster.add_node()
|
||||
cluster.wait_for_nodes()
|
||||
# Log monitor doesn't die for some reason
|
||||
worker.kill_log_monitor()
|
||||
worker.kill_reporter()
|
||||
worker.kill_plasma_store()
|
||||
worker.all_processes[ray_constants.PROCESS_TYPE_RAYLET][0].process.wait()
|
||||
|
||||
Reference in New Issue
Block a user