Integrate ref count module into local memory store (#6122)

This commit is contained in:
Eric Liang
2019-11-15 10:52:19 -08:00
committed by GitHub
parent 62cbc043b4
commit 7d33e9949b
10 changed files with 190 additions and 61 deletions
+1 -1
View File
@@ -720,7 +720,7 @@ cdef class CoreWorker:
raylet_socket.encode("ascii"), job_id.native(),
gcs_options.native()[0], log_dir.encode("utf-8"),
node_ip_address.encode("utf-8"), node_manager_port,
task_execution_handler, check_signals, exit_handler))
task_execution_handler, check_signals, exit_handler, True))
def disconnect(self):
with nogil: