Fix ray stop by killing raylet before plasma (#4778)

This commit is contained in:
Qing Wang
2019-05-13 14:53:10 +08:00
committed by Hao Chen
parent 69352e3302
commit 62c949bbd5
+3 -1
View File
@@ -380,9 +380,11 @@ def start(node_ip_address, redis_address, redis_port, num_redis_shards,
@cli.command()
def stop():
# Note that raylet needs to exit before object store, otherwise
# it cannot exit gracefully.
processes_to_kill = [
"plasma_store_server",
"raylet",
"plasma_store_server",
"raylet_monitor",
"monitor.py",
"redis-server",