Skip to content

Commit

Permalink
Update python/ray/data/_internal/execution/operators/actor_pool_map_o…
Browse files Browse the repository at this point in the history
…perator.py

Co-authored-by: Hao Chen <[email protected]>
Signed-off-by: srinathk10 <[email protected]>
  • Loading branch information
srinathk10 and raulchen authored Oct 15, 2024
1 parent c303b8f commit 676c235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def __init__(
assert self._max_tasks_in_flight >= 1
assert self._create_actor_fn is not None

# Actors that are running.
# Actors that have started running, including alive and restarting actors.
self._running_actors: Dict[ray.actor.ActorHandle, _ActorRunningState] = {}
# Actors that are not yet ready (still pending creation).
self._pending_actors: Dict[ObjectRef, ray.actor.ActorHandle] = {}
Expand Down

0 comments on commit 676c235

Please sign in to comment.