mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 19:48:35 +08:00
Fix actor creation hang due to race in SWAP queue (#6280)
This commit is contained in:
@@ -92,6 +92,8 @@ class Cluster(object):
|
||||
self.webui_url = self.head_node.webui_url
|
||||
else:
|
||||
ray_params.update_if_absent(redis_address=self.redis_address)
|
||||
# We only need one log monitor per physical node.
|
||||
ray_params.update_if_absent(include_log_monitor=False)
|
||||
# Let grpc pick a port.
|
||||
ray_params.update(node_manager_port=0)
|
||||
node = ray.node.Node(
|
||||
|
||||
Reference in New Issue
Block a user