Update arrow to reduce plasma IPCs. (#3497)

This commit is contained in:
Philipp Moritz
2018-12-14 20:49:37 -08:00
committed by Robert Nishihara
parent fcc37021b2
commit b3bf608608
18 changed files with 27 additions and 34 deletions
+1 -1
View File
@@ -2061,7 +2061,7 @@ def connect(info,
# Create an object store client.
worker.plasma_client = thread_safe_client(
plasma.connect(info["store_socket_name"], "", 64))
plasma.connect(info["store_socket_name"], ""))
raylet_socket = info["raylet_socket_name"]