mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Ray stop needs to kill plasma_store_server
not plasma_store
(#2850)
This commit is contained in:
parent
af1fdc826e
commit
588c573d41
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue