diff --git a/src/ray/raylet/node_manager.cc b/src/ray/raylet/node_manager.cc index d2c77844b..5f5b9747a 100644 --- a/src/ray/raylet/node_manager.cc +++ b/src/ray/raylet/node_manager.cc @@ -1619,7 +1619,6 @@ void NodeManager::DispatchScheduledTasksToWorkers() { worker->SetOwnerAddress(spec.CallerAddress()); if (spec.IsActorCreationTask()) { // The actor belongs to this worker now. - worker->AssignActorId(spec.ActorCreationId()); worker->SetLifetimeAllocatedInstances(allocated_instances); } else { worker->SetAllocatedInstances(allocated_instances);