mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 09:24:03 +08:00
Ray stop needs to kill plasma_store_server not plasma_store (#2850)
This commit is contained in:
committed by
Robert Nishihara
parent
af1fdc826e
commit
588c573d41
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user