Skip to content

Commit

Permalink
[Core] Fix broken dashboard cluster page when there are dead nodes (#…
Browse files Browse the repository at this point in the history
…47701)

Signed-off-by: Jiajun Yao <[email protected]>
  • Loading branch information
jjyao committed Sep 17, 2024
1 parent ff84ca9 commit b2f5508
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/ray/dashboard/datacenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ async def get_node_info(cls, node_id, get_summary=False):
node_info["raylet"] = node_stats
node_info["raylet"].update(ray_stats)

node_info["status"] = node["stateSnapshot"]["state"]

# Merge GcsNodeInfo to node physical stats
node_info["raylet"].update(node)
death_info = node.get("deathInfo", {})
Expand Down

0 comments on commit b2f5508

Please sign in to comment.