Fix actor creation hang due to race in SWAP queue (#6280)

This commit is contained in:
Eric Liang
2019-11-26 15:21:03 -08:00
committed by GitHub
parent cafdaa346f
commit 30b2fc1d81
5 changed files with 6 additions and 18 deletions
+2
View File
@@ -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(