[Object spilling] Look up the location of the primary raylet from the owner's metadata (#10197)

* Get the primary copy from the owner, python test, some node manager fixes

* fixes and todo

* update

* lint

* fix build
This commit is contained in:
Stephanie Wang
2020-08-20 14:46:59 -07:00
committed by GitHub
parent 0baf992a4f
commit 85e57a7a98
18 changed files with 262 additions and 101 deletions
+1 -1
View File
@@ -1460,7 +1460,7 @@ cdef class CoreWorker:
object_ids = ObjectRefsToVector(object_refs)
with nogil:
check_status(CCoreWorkerProcess.GetCoreWorker()
.ForceSpillObjects(object_ids))
.SpillObjects(object_ids))
def force_restore_spilled_objects(self, object_refs):
cdef c_vector[CObjectID] object_ids