From f8ecf6de718f474712b1d75de084f723cfc82f76 Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Sun, 28 Jun 2020 13:43:03 -0700 Subject: [PATCH] Small fix (#9149) Fixes some basic test cases --- src/ray/raylet/node_manager.cc | 1 - 1 file changed, 1 deletion(-) 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);