Skip to content

Commit

Permalink
Ray stop needs to kill plasma_store_server not plasma_store (ray-…
Browse files Browse the repository at this point in the history
  • Loading branch information
ericl authored and robertnishihara committed Sep 10, 2018
1 parent af1fdc8 commit 588c573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/scripts/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 588c573

Please sign in to comment.