mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Only delete local object in CoreWorkerPlasmaStoreProvider:::WarmupStore (#13788)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user