mirror of
https://github.com/wassname/ray.git
synced 2026-09-13 13:02:57 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user