mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 22:37:34 +08:00
Fix fate_share not being passed to Redis shards (#7432)
This commit is contained in:
@@ -768,7 +768,8 @@ def start_redis(node_ip_address,
|
||||
redis_max_clients=redis_max_clients,
|
||||
redis_max_memory=redis_max_memory,
|
||||
stdout_file=redis_stdout_file,
|
||||
stderr_file=redis_stderr_file)
|
||||
stderr_file=redis_stderr_file,
|
||||
fate_share=fate_share)
|
||||
processes.append(p)
|
||||
|
||||
shard_address = address(node_ip_address, redis_shard_port)
|
||||
|
||||
Reference in New Issue
Block a user