Skip to content

Conversation

israbbani
Copy link
Contributor

This is a follow up to #53934. It's pure refactoring:

  • Removing ticket and replacing it with a Github issue for TODO
  • Replacing LocalObjectManager::PinObjectsAndWaitForFree with a new API that has a cleaner interface (returns a Status)

@israbbani israbbani added the go add ONLY when ready to merge, run all tests label Jul 1, 2025
// executing.
if (*result_it == nullptr ||
local_object_manager_.ObjectPendingDeletion(*object_id_it)) {
RAY_LOG(DEBUG).WithField(*object_id_it)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Promoting this to INFO. It's not adding a new log line per se. It used to happen inside LocalObjectManager::PinObjectsAndWaitForFree.

Copy link

This pull request has been automatically marked as stale because it has not had
any activity for 14 days. It will be closed in another 14 days if no further activity occurs.
Thank you for your contributions.

You can always ask for help on our discussion forum or Ray's public slack channel.

If you'd like to keep this open, just leave any comment, and the stale label will be removed.

@github-actions github-actions bot added the stale The issue is stale. It will be closed within 7 days unless there are further conversation label Jul 30, 2025
@israbbani israbbani added unstale A PR that has been marked unstale. It will not get marked stale again if this label is on it. and removed stale The issue is stale. It will be closed within 7 days unless there are further conversation labels Aug 1, 2025
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 unstale A PR that has been marked unstale. It will not get marked stale again if this label is on it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant