Skip to content

Commit

Permalink
[Core] Fix broken dashboard worker page (ray-project#47714)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
Signed-off-by: ujjawal-khare <ujjawal.khare@dream11.com>
  • Loading branch information
jjyao authored and ujjawal-khare committed Oct 15, 2024
1 parent eea64e4 commit 54a1a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ray/dashboard/datacenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def _extract_workers_for_node(cls, node_physical_stats, node_stats):
for worker in node_physical_stats.get("workers", []):
worker = dict(worker)
pid = worker["pid"]

core_worker_stats = pid_to_worker_stats.get(pid)
# Empty list means core worker stats is not available.
worker["coreWorkerStats"] = [core_worker_stats] if core_worker_stats else []
Expand Down

0 comments on commit 54a1a99

Please sign in to comment.