8000 [core] adding additional stats to the dump object store usage api. by israbbani · Pull Request #53856 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[core] adding additional stats to the dump object store usage api. #53856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

israbbani
Copy link
Contributor
  • Adding stats about spilling, sealed objects, and bytes used instead of just LRU stats to the output.
  • Adding documentation to the CoreWorker API in .pyx and .pxd files.
  • Returning a Status instead of an unhandled exception.

- Adding stats about spilling, sealed objects, and bytes used instead of
just LRU stats to the output.
- Adding documentation to the CoreWorker API in .pyx and .pxd files.
- Returning a Status instead of an unhandled exception.

Signed-off-by: irabbani <irabbani@anyscale.com>
@israbbani israbbani added the go add ONLY when ready to merge, run all tests label Jun 16, 2025
Signed-off-by: irabbani <irabbani@anyscale.com>
@@ -2843,12 +2843,11 @@ def get(
"'object_refs' must either be an ObjectRef or a list of ObjectRefs. "
)

# TODO(ujvl): Consider how to allow user to retrieve the ready objects.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is from 6 years ago. I think it's safe to delete it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0