You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Ray support affinity scheduling for tasks or actors, like pod affinity for k8s?
Allows a group of different tasks to run on the same node and share Object storage memory, reducing grpc transfers.
Use case
In the ray data scenario, if there are multiple Physical operators of the ActorPoolMapOperator type, By using task affinity, objects generated by the parent Operator task can be directly consumed by tasks of the current Operator, reducing Object transfer across nodes.
The text was updated successfully, but these errors were encountered:
kadisi
added
enhancement
Request for new feature and/or capability
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Sep 19, 2024
@kadisi You can use placement group to schedule a group of tasks on the same node.
jjyao
added
P1
Issue that should be fixed within a few weeks
and removed
enhancement
Request for new feature and/or capability
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Oct 7, 2024
Description
Does Ray support affinity scheduling for tasks or actors, like pod affinity for k8s?
Allows a group of different tasks to run on the same node and share Object storage memory, reducing grpc transfers.
Use case
In the ray data scenario, if there are multiple Physical operators of the ActorPoolMapOperator type, By using task affinity, objects generated by the parent Operator task can be directly consumed by tasks of the current Operator, reducing Object transfer across nodes.
The text was updated successfully, but these errors were encountered: