[Core] Preliminary implementation of ownership-based object directory (#9735)

This commit is contained in:
Zhuohan Li
2020-08-11 15:04:13 -07:00
committed by GitHub
parent 221fdc0774
commit a6fed4820e
44 changed files with 882 additions and 175 deletions
+3 -2
View File
@@ -761,8 +761,9 @@ cdef class CoreWorker:
c_object_id[0] = object_ref.native()
with nogil:
check_status(CCoreWorkerProcess.GetCoreWorker().Create(
metadata, data_size,
c_object_id[0], data))
metadata, data_size, c_object_id[0],
CCoreWorkerProcess.GetCoreWorker().GetRpcAddress(),
data))
# If data is nullptr, that means the ObjectRef already existed,
# which we ignore.