Fixes some basic test cases
This commit is contained in:
Alex Wu
2020-06-28 13:43:03 -07:00
committed by GitHub
parent 8f72a9fd1a
commit f8ecf6de71
-1
View File
@@ -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);