Fix password authentication in worker (#3124)

This commit is contained in:
Peter Schafhalter
2018-11-06 13:40:03 -08:00
committed by Robert Nishihara
parent 8356a01dd6
commit f3efcd2342
4 changed files with 26 additions and 4 deletions
+3 -2
View File
@@ -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(