Skip to content
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

[core][experimental] Accelerated DAG should execute work on actor's main thread #46336

Open
stephanie-wang opened this issue Jun 29, 2024 · 0 comments
Assignees
Labels
accelerated-dag core Issues that should be addressed in Ray Core enhancement Request for new feature and/or capability P0 Issues that should be fixed in short order UX The issue is not only about technical bugs

Comments

@stephanie-wang
Copy link
Contributor

Description

Currently actor tasks in the DAG execute on a background thread on the actor, which is a bit of a gotcha when the actor has some thread-local state that is initialized before the DAG is created. We should move the execution loop to the main thread and execute other system-level tasks on a background thread.

Use case

No response

@stephanie-wang stephanie-wang added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) P1 Issue that should be fixed within a few weeks UX The issue is not only about technical bugs accelerated-dag and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jun 29, 2024
@rkooo567 rkooo567 added P0 Issues that should be fixed in short order and removed P1 Issue that should be fixed within a few weeks labels Aug 12, 2024
@anyscalesam anyscalesam added the core Issues that should be addressed in Ray Core label Aug 26, 2024
@rkooo567 rkooo567 self-assigned this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accelerated-dag core Issues that should be addressed in Ray Core enhancement Request for new feature and/or capability P0 Issues that should be fixed in short order UX The issue is not only about technical bugs
Projects
None yet
Development

No branches or pull requests

3 participants