ray/dashboard/modules/node
Jialing He 14dee5f6a3
[Job Submission][refactor 1/N] Add AgentInfo to GCSNodeInfo (#26302)
This is the first PR of #25963 :
1. Moved the agent information from `internal KV to `GCSNodeInfo`,
2. raylet registers itself after the agent process finished register.

Motivation:
Storing agent information in `internal KV` and registering nodes in GCS (write node information to `GCSNodeInfo`) are two asynchronous operations, which will bring some complex timing problems, especially after `raylet` failover
2022-07-28 22:20:28 +08:00
..
tests [Job Submission][refactor 1/N] Add AgentInfo to GCSNodeInfo (#26302) 2022-07-28 22:20:28 +08:00
__init__.py [Dashboard] Reorganize dashboard modules - node (#16217) 2021-06-07 19:50:46 -07:00
node_consts.py [State Observability] Set the default detail formatting as yaml + quicker head node register (#26946) 2022-07-26 13:49:30 -07:00
node_head.py [Job Submission][refactor 1/N] Add AgentInfo to GCSNodeInfo (#26302) 2022-07-28 22:20:28 +08:00