Skip to content

Commit

Permalink
Only delete local object in CoreWorkerPlasmaStoreProvider:::WarmupSto…
Browse files Browse the repository at this point in the history
  • Loading branch information
raulchen authored Jan 29, 2021
1 parent 752da83 commit 0f3a3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ Status CoreWorkerPlasmaStoreProvider::WarmupStore() {
RAY_RETURN_NOT_OK(Create(nullptr, 8, object_id, rpc::Address(), &data));
RAY_RETURN_NOT_OK(Seal(object_id));
RAY_RETURN_NOT_OK(Release(object_id));
RAY_RETURN_NOT_OK(Delete({object_id}, false));
RAY_RETURN_NOT_OK(Delete({object_id}, true));
return Status::OK();
}

Expand Down

0 comments on commit 0f3a3e1

Please sign in to comment.