We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2651d24 commit 925e9acCopy full SHA for 925e9ac
src/ray/core_worker/core_worker.cc
@@ -1452,7 +1452,7 @@ Status CoreWorker::AllocateReturnObjects(
1452
RAY_LOG(DEBUG) << "Creating return object " << object_ids[i];
1453
// Mark this object as containing other object IDs. The ref counter will
1454
// keep the inner IDs in scope until the outer one is out of scope.
1455
- if (!contained_object_ids[i].empty()) {
+ if (!contained_object_ids[i].empty() && !options_.is_local_mode) {
1456
reference_counter_->AddNestedObjectIds(object_ids[i], contained_object_ids[i],
1457
owner_address);
1458
}
0 commit comments