Abstract plasma store creation request queue (#12039)

This commit is contained in:
Stephanie Wang
2020-11-16 20:09:15 -05:00
committed by GitHub
parent 9f5986ee58
commit c49554fb7a
8 changed files with 292 additions and 53 deletions
+1 -1
View File
@@ -888,7 +888,7 @@ cdef class CoreWorker:
# can't track their lifecycle, so we don't pin the object
# in this case.
check_status(CCoreWorkerProcess.GetCoreWorker().Seal(
c_object_id, pin_object=object_ref is None))
c_object_id, pin_object=False))
def put_serialized_object(self, serialized_object,
ObjectRef object_ref=None,