Skip to content

Commit

Permalink
[State Observability] Remove an unnecessary field from list workers (r…
Browse files Browse the repository at this point in the history
…ay-project#26815)

Worker info is useless


Signed-off-by: Rohan138 <[email protected]>
  • Loading branch information
rkooo567 authored and Rohan138 committed Jul 28, 2022
1 parent 2c604c8 commit 60ee3fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ray/experimental/state/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ class WorkerState(StateSchema):
ip: str = state_column(filterable=True)
pid: str = state_column(filterable=True)
exit_detail: str = state_column(detail=True, filterable=False)
worker_info: dict = state_column(detail=True, filterable=False)


@dataclass(init=True)
Expand Down

0 comments on commit 60ee3fb

Please sign in to comment.