Upgrade arrow to include more detailed flushing message (#2706)

This commit is contained in:
Philipp Moritz
2018-08-24 11:44:04 -07:00
committed by Robert Nishihara
parent e467f546b5
commit b4c47a5861
17 changed files with 29 additions and 28 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ def start_plasma_store(plasma_store_memory=DEFAULT_PLASMA_STORE_MEMORY,
"""
if use_valgrind and use_profiler:
raise Exception("Cannot use valgrind and profiler at the same time.")
plasma_store_executable = os.path.join(pa.__path__[0], "plasma_store")
plasma_store_executable = os.path.join(pa.__path__[0],
"plasma_store_server")
plasma_store_name = "/tmp/plasma_store{}".format(random_name())
command = [
plasma_store_executable, "-s", plasma_store_name, "-m",