8000 [Core] Reach parity of task status for `ray memory` and `ray list tasks` · Issue #24835 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Core] Reach parity of task status for ray memory and ray list tasks  #24835
Open
@rkooo567

Description

@rkooo567

Description

After this PR #24651, ray list tasks is able to display "RUNNING" state. However, this status is not available from ray memory.

The root problem is that "RUNNING" state is only available from the "execution side", but ray memory is only processing the state from the owner (caller) side, which cannot figure out if tasks is actually executing or not.

ray list tasks solves this problem by processing states from both caller and execution side (as you can see from the PR). We should do the same thing for ray memory to reach the parity.

Use case

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issue, but not time-criticalenhancementRequest for new feature and/or capabilityobservabilityIssues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profilingpending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0