Open
Description
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