8000 [core] Clean up unused FFs by edoakes · Pull Request #54139 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[core] Clean up unused FFs #54139

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

Merged
merged 1 commit into from
Jun 26, 2025
Merged

Conversation

edoakes
Copy link
Collaborator
@edoakes edoakes commented Jun 26, 2025
  • isolate_workers_across_resource_types: totally unused
  • isolate_workers_across_task_types: totally unused
  • enable_reap_actor_death: on by default for a long time with a TODO to remove it

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
@edoakes edoakes requested a review from a team as a code owner June 26, 2025 15:10
@edoakes edoakes added the go add ONLY when ready to merge, run all tests label Jun 26, 2025
Comment on lines -448 to -450
if (RayConfig::instance().enable_reap_actor_death()) {
gcs_actor_manager_.SetPreemptedAndPublish(node_id);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

At first glance, the description of the config and what it's being used for don't look related 😞

@edoakes edoakes merged commit 458f77e into ray-project:master Jun 26, 2025
4 of 5 checks passed
@edoakes edoakes mentioned this pull request Jun 26, 2025
8 tasks
minerharry pushed a commit to minerharry/ray that referenced this pull request Jun 27, 2025
- `isolate_workers_across_resource_types`: totally unused
- `isolate_workers_across_task_types`: totally unused
- `enable_reap_actor_death`: on by default for a long time with a TODO
to remove it

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
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.

2 participants
0