mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix fate_share not being passed to Redis shards (#7432)
This commit is contained in:
parent
0abcca258f
commit
de0c99876e
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue