mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 05:43:03 +08:00
[Core] Allow to pass node ip address to gcs server. (#10946)
* Allow to pass node ip address to gcs server. * Fix. * Addressed code review. * Fixed an error. * Addressed code review.
This commit is contained in:
+2
-1
@@ -680,7 +680,8 @@ class Node:
|
||||
config=self._config,
|
||||
fate_share=self.kernel_fate_share,
|
||||
gcs_server_port=self._ray_params.gcs_server_port,
|
||||
metrics_agent_port=self._ray_params.metrics_agent_port)
|
||||
metrics_agent_port=self._ray_params.metrics_agent_port,
|
||||
node_ip_address=self._node_ip_address)
|
||||
assert (
|
||||
ray_constants.PROCESS_TYPE_GCS_SERVER not in self.all_processes)
|
||||
self.all_processes[ray_constants.PROCESS_TYPE_GCS_SERVER] = [
|
||||
|
||||
Reference in New Issue
Block a user