Skip to content

Commit e13a59e

Browse files
jjyaolandscapepainter
authored andcommitted
[Data] Fix a typo (ray-project#56587)
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
1 parent 605698a commit e13a59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/data/_internal/execution/autoscaling_requester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _test_set_timeout(self, ttl):
114114
def get_or_create_autoscaling_requester_actor():
115115
ctx = DataContext.get_current()
116116
scheduling_strategy = ctx.scheduling_strategy
117-
# Pin the stats actor to the local node so it fate-shares with the driver.
117+
# Pin the autoscaling requester actor to the local node so it fate-shares with the driver.
118118
# Note: for Ray Client, the ray.get_runtime_context().get_node_id() should
119119
# point to the head node.
120120
scheduling_strategy = NodeAffinitySchedulingStrategy(

0 commit comments

Comments
 (0)