mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 11:34:25 +08:00
[Stats] Improve Stats::Init & Add it to GCS server (#9563)
This commit is contained in:
+2
-1
@@ -635,7 +635,8 @@ class Node:
|
||||
redis_password=self._ray_params.redis_password,
|
||||
config=self._config,
|
||||
fate_share=self.kernel_fate_share,
|
||||
gcs_server_port=self._ray_params.gcs_server_port)
|
||||
gcs_server_port=self._ray_params.gcs_server_port,
|
||||
metrics_agent_port=self._ray_params.metrics_agent_port)
|
||||
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