Ray stop needs to kill plasma_store_server not plasma_store (#2850)

This commit is contained in:
Eric Liang 2018-09-09 19:23:09 -07:00 committed by Robert Nishihara
parent af1fdc826e
commit 588c573d41

View file

@ -345,7 +345,7 @@ def start(node_ip_address, redis_address, redis_port, num_redis_shards,
def stop():
subprocess.call(
[
"killall global_scheduler plasma_store plasma_manager "
"killall global_scheduler plasma_store_server plasma_manager "
"local_scheduler raylet raylet_monitor"
],
shell=True)