mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 22:40:06 +08:00
Fix password authentication in worker (#3124)
This commit is contained in:
committed by
Robert Nishihara
parent
8356a01dd6
commit
f3efcd2342
@@ -1918,8 +1918,9 @@ def connect(info,
|
||||
sys.stdout = log_stdout_file
|
||||
sys.stderr = log_stderr_file
|
||||
services.record_log_files_in_redis(
|
||||
info["redis_address"], info["node_ip_address"],
|
||||
[log_stdout_file, log_stderr_file])
|
||||
info["redis_address"],
|
||||
info["node_ip_address"], [log_stdout_file, log_stderr_file],
|
||||
password=redis_password)
|
||||
|
||||
# Create an object for interfacing with the global state.
|
||||
global_state._initialize_global_state(
|
||||
|
||||
Reference in New Issue
Block a user