8000 [core][state] list objects show objects if spilled. · Issue #31374 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[core][state] list objects show objects if spilled.  #31374
Open
@rickyyx

Description

@rickyyx

What happened + What you expected to happen

Show object's location (spilled vs in memory) for each object.

Context

Objects could be spilled to disk when this happens, see this for more details

When listing objects through state API: ray list objects, it will be great if we could include the object locations info in the outputs.

Potential Implementation

We need to store the location info for each object when it's spilled/restored. Right now, the infomation lives within the LocalObjectManager

We will probably need some plumping to get this bit of info into the reply of the list objects reply, which currently only looks at object references info from each core worker.

Versions / Dependencies

master

Reproduction script

NA

Issue Severity

None

Metadata

Metadata

Assignees

Labels

P1Issue that should be fixed within a few weeksenhancementRequest for new feature and/or capabilityobservabilityIssues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0