Skip to content

[WIP][Do not merge] Populating if actor is detached actor or not in TaskEvents proto#63262

Draft
karticam wants to merge 1 commit into
ray-project:masterfrom
karticam:karticam/detach-actor-diff
Draft

[WIP][Do not merge] Populating if actor is detached actor or not in TaskEvents proto#63262
karticam wants to merge 1 commit into
ray-project:masterfrom
karticam:karticam/detach-actor-diff

Conversation

@karticam
Copy link
Copy Markdown
Contributor

Thank you for contributing to Ray! 🚀
Please review the Ray Contribution Guide before opening a pull request.

⚠️ Remove these instructions before submitting your PR.

💡 Tip: Mark as draft if you want early feedback, or ready for review when it's complete.

Description

Briefly describe what this PR accomplishes and why it's needed.

Related issues

Link related issues: "Fixes #1234", "Closes #1234", or "Related to #1234".

Additional information

Optional: Add implementation details, API changes, usage examples, screenshots, etc.

@karticam karticam changed the title Populating if actor is detached actor or not in TaskEvents proto [WIP] Populating if actor is detached actor or not in TaskEvents proto May 11, 2026
@karticam karticam changed the title [WIP] Populating if actor is detached actor or not in TaskEvents proto [WIP][Do not merge] Populating if actor is detached actor or not in TaskEvents proto May 11, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a new is_detached_actor boolean field to the TaskInfoEntry and TaskDefinitionEvent protobuf messages. The changes include updating the logic in protobuf_utils.cc, task_event_buffer.cc, and gcs_ray_event_converter.cc to ensure this field is correctly populated for detached actor creation tasks. I have no feedback to provide as there were no review comments.

@karticam karticam force-pushed the karticam/detach-actor-diff branch from 1b063f7 to 3bd254a Compare May 12, 2026 09:44
Signed-off-by: Kartica Modi <karticamodi@gmail.com>
@karticam karticam force-pushed the karticam/detach-actor-diff branch from 3bd254a to d3c8339 Compare May 12, 2026 23:38
@karticam karticam added core Issues that should be addressed in Ray Core go add ONLY when ready to merge, run all tests labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ray fails to serialize self-reference objects

1 participant